or
The logical disjunction (or) operator.
Syntax
-
or([p[, q[, ...]]])
-
p, q, ...
are booleans
-
Description
or
implements the ∨
operator.
The logical disjunction (or) operator.
or([p[, q[, ...]]])
p, q, ...
are booleans
or
implements the ∨
operator.