array - creates an array

array( Size )


array creates an array with Size elements.

Size must be a positiv integer.


array 3   creates an array with the size three, all element is set to the boolean value true.
array 0   creates an empty array, which can be enlarged with insert.

Read more about the array.


See also
get_width | insert | remove