PRESENT(3I) Last changed: 1-6-98
PRESENT - Determines whether an optional argument is present
PRESENT ([A=]a)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The PRESENT intrinsic function determines whether an optional dummy
argument is present. It accepts the following argument:
a Must be an optional dummy argument of the procedure in which the
PRESENT function reference appears
PRESENT is an inquiry function. The name of this intrinsic cannot be
passed as an argument.
The result type is a default logical scalar. The result has the value
TRUE if a is present and otherwise has the value FALSE.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
PRESENT(3I) Last changed: 1-6-98
PRESENT - Determines whether an optional argument is present
PRESENT ([A=]a)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The PRESENT intrinsic function determines whether an optional dummy
argument is present. It accepts the following argument:
a Must be an optional dummy argument of the procedure in which the
PRESENT function reference appears
PRESENT is an inquiry function. The name of this intrinsic cannot be
passed as an argument.
The result type is a default logical scalar. The result has the value
TRUE if a is present and otherwise has the value FALSE.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
[ Back ]
|