next up previous contents
Next: Declarations Up: Arrays Previous: Arrays

 

Array Terminology

Examples of declarations:

    REAL, DIMENSION(15)      :: X
    REAL, DIMENSION(1:5,1:3) :: Y, Z

The above are explicit-shape arrays.

If the lower bound is not explicitly stated it is taken to be 1.

Terminology:

Explicit-shape arrays can have symbolic bounds so long as they are initialisation expressions -- evaluatable at compile time.

Now try this question gif

Return to corresponding overview page gif


next up previous contents
Next: Declarations Up: Arrays Previous: Arrays

©University of Liverpool, 1997
Wed May 28 20:20:27 BST 1997
Not for commercial use.