Technical data
xiv
Introduction
Here are two examples illustrating the syntax conventions.
DIMENSION a(d) [,a(d)] …
indicates that the Fortran keyword DIMENSION must be written as shown,
that the user-defined entity a(d) is required, and that one or more of a(d) can
be optionally specified. Note that the pair of parentheses ( ) enclosing d is
required.
{STATIC | AUTOMATIC} v [,v] …
indicates that either the STATIC or AUTOMATIC keyword must be written
as shown, that the user-defined entity v is required, and that one or more of
v items can be optionally specified.










