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-dened entity a(d) is required, and that one or more of a(d) can
be optionally specied. 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-dened entity v is required, and that one or more of
v items can be optionally specied.