0, the corresponding dimension is
initially empty. The dimensions may also be specified with one single-dimensional Array
of sizes.
a = .array~new() -- create a new, empty array
a = .array~new(3,3) -- create a new 3x3 array
sizes = .array~of(4,4,4)
a = .array~new(sizes) -- create new 4x4x4 array