What's New in Language Features

Resizable Arrays Can Be Assigned

Variable-sized arrays can now appear on the left side of an assignment.
Fixed-sized arrays cannot appear on the left side of an assignment, although
they can appear on the right.

Functions Can Return Arrays

Functions and properties procedures will be able to return arrays.