Next: File Arrays, Previous: Strings, Up: Data Classes [Contents][Index]
An array
is a set of data values of one class and data type. LUX
offers arrays of scalar
s (see Scalars) and arrays of
string
s (see Strings). Each array has a specific
dimensional structure, with up to #max_dims
(usually 8)
dimensions (see #max_dims).
• Specifying Arrays: | How to enter array values | |
• Combining Arrays: | How to combine arrays into bigger ones | |
• Referencing Arrays: | How to refer to array elements |