Skip to main content

1978 | OriginalPaper | Buchkapitel

Arrays and Iterations

verfasst von : Brian Meek

Erschienen in: Fortran, PL/I and the Algols

Verlag: Macmillan Education UK

Aktivieren Sie unsere intelligente Suche um passende Fachinhalte oder Patente zu finden.

search-config
loading …

One of the simplest but most important and fundamental data structures is the dimensioned variable or array, consisting of elements each of the same data type. In all the languages we are discussing, arrays can be created and individual elements referred to by the use of subscripts. The common technique is that the array name is followed by the subscript or (if there are more than one) subscripts, enclosed in brackets. The brackets are of course necessary, in all cases, because of the limitation on type founts and the necessity of distinguishing subscripts from the name of the array.

Metadaten
Titel
Arrays and Iterations
verfasst von
Brian Meek
Copyright-Jahr
1978
Verlag
Macmillan Education UK
DOI
https://doi.org/10.1007/978-1-349-04052-0_4