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