Language Summary Tables

In the following tables, optional arguments for intrinsic procedures are enclosed between brackets: [optional arg]. The argument names given in the tables are the keyword names. Keywords allow you to specify optional arguments without regard to order. For example, when invoking PRODUCT(ARRAY [, DIM][, MASK]), you can skip the argument DIM by using the statement: array3 = PRODUCT(array1, MASK = array2).

The Fortran procedures and statements have been organized into the following tables:

For more information on keywords, see Argument Keywords in Intrinsic Procedures. For information on using procedures in general, see Program Units and Procedures.