Array concepts

An array is an ordered sequence of scalar data. All the elements of an array have the same type and type parameters.

XL Fortran provides a set of features, commonly referred to as array language, that allow you to manipulate arrays. This section provides background information on arrays and array language.

Many statements in Statements and attributes, have special features and rules for arrays.

This section makes frequent use of the DIMENSION attribute. See DIMENSION.

A number of intrinsic functions are especially for arrays. These functions are mainly those classified as Transformational intrinsic functions.