next up previous contents index
Next: Declaring and Defining Arrays Up: Data Types Previous: Strings   Contents   Index


Arrays

Xic provides arrays with up to three dimensions. The indices are specified as comma-separated expressions enclosed in square brackets which follow the variable name, as in x[c,d] for a two dimensional array. The higher dimensions appear to the right, so that c in the example is the ``inner'' index.



Subsections

Stephen R. Whiteley 2022-05-28