Next: Discussion of Sequence
Up: Argument Passing and
Previous: Argument Passing and
- When an array element or the name of an assumed-size array is
used as an actual argument, the associated dummy argument must be a
scalar or specified to be a sequential array.
An array-element designator of a nonsequential array must not be
associated with a dummy array argument.
- When an actual argument is an array or array section and the
corresponding dummy argument differs from the actual argument in shape,
then the dummy argument must be declared sequential and the actual
array argument must be sequential.
- A variable of type character (scalar or array) is nonsequential
if it conforms to the requirements of Definition
of
Section
. If the length of an explicit-length
character dummy argument differs from the length of the actual
argument, then both the actual and dummy arguments must be sequential.
paula@erc.msstate.edu
Thu Jul 21 17:05:43 CDT 1994