the
and
of
factor
and
(
expression )
Factor and expression yield list
s of booleans
.
The and
function returns true
if and only if all of its arguments are true
. If any argument is false
, it returns false
.
This is the infinite-arity version of the and
operator.