Next: , Previous: , Up: Data Classes   [Contents][Index]


6.2.4 Arrays

An array is a set of data values of one class and data type. LUX offers arrays of scalars (see Scalars) and arrays of strings (see Strings). Each array has a specific dimensional structure, with up to #max_dims (usually 8) dimensions (see #max_dims).