Functions

or

Supported By

Syntax

[the] or of factor

or ( expression )

Factor and expression yield lists of booleans.

Description

The or function returns true if any of its arguments are true. If all arguments are false, it returns false.

Note

This is the infinite-arity version of the or operator.

See Also

and