Functions

and

Supported By

Syntax

[the] and of factor

and ( expression )

Factor and expression yield lists of booleans.

Description

The and function returns true if and only if all of its arguments are true. If any argument is false, it returns false.

Note

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

See Also

or