Documentation

Array Type

An array type is zero or more variables of a certain type.

Length

An array has a length. This is the number of elements in the array.

The length of an array is gotten using the array length operator, which is documented as a structural operator.

Some languages have limits on the lengths of arrays, if your program has arrays larger than the maximum allowed by a language, your program will not run in that language.

Dimensions

Arrays can only be single-dimensional. The only way to get multi-dimensional arrays is to have an array of data-structures where the data structure contains another array.

Array accessor

The array access operator is documented as a structural operator.

Contact Information

We would be more than happy to help you. Our opening hours are 9–15 (CET).

[email protected]

📞 (+47) 93 68 22 77

Nils Bays vei 50, 0876 Oslo, Norway

Copyright © 2018-24 progsbase.com by Inductive AS.