This comparison of programming languages (array) compares the features of array data structures or matrix processing for various computer programming languages.
The following list contains syntax examples of how to determine the dimensions (index of the first element, the last element or the size in elements).
Some languages index from zero. Some index from one. Some carry no such restriction, or even allow indexing by any enumerated type, not only integers.