8.4.4 ALL_Scalar Procedure

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

Calling syntax:

Logical = ALL(L)

Input variable:

 L  Input logical scalar variable.

Output variable:

 ALL  ALL is true iff L is true.

The ALL_Scalar code listing contains additional documentation.



Michael L. Hall