Version: 4.1

4.10 ArrayInit

This syntax specifies an array to be created holding initial values as specified.

{Expression ,...}

This form creates a one dimensional array, where the values are the result of evaluating each expression, left to right.

{ArrayInit ,...}

This form creates a multi-dimensional array, where the values for this array are arrays, with their values specified by the ArrayInit.