Top: f77 Up: 8,2 - Arrays
Previous: 8,2 - Arrays Next: 8,2,2 - Subscripts


Section 8,2,1: Declarators

 An array declarator specifies the symbolic name that identifies an
 array within a program unit and indicates the properties of the
 array.  It has the form:

    a(d[,d]...)   a is the name of the array
                  d specifies the bounds of the array in the form:

                  [dl:]du    dl is the lower bound
                             du is the upper bound


Top: f77 Up: 8,2 - Arrays
Previous: 8,2 - Arrays Next: 8,2,2 - Subscripts