and
The logical conjunction (and) operator.
Syntax
-
and([p[, q[, ...]]])
-
p, q, ...
are booleans
-
Description
and
implements the ∧
operator.
The logical conjunction (and) operator.
and([p[, q[, ...]]])
p, q, ...
are booleans
and
implements the ∧
operator.