8.4.5 ANY_Scalar Procedure

The ANY_Scalar procedure provides a function equivalent to the ANY() intrinsic function for logical scalars. It returns true iff its input is true.

Calling syntax:

Logical = ANY(L)

Input variable:

 L  Input logical scalar variable.

Output variable:

 ANY  ANY is true iff L is true.

The ANY_Scalar code listing contains additional documentation.



Michael L. Hall