nor
The negation of the logical disjunction (or) operator.
Syntax
-
nor(p, q)
-
p
andq
are booleans
-
Description
nor
implements the ⊽
operator.
The negation of the logical disjunction (or) operator.
nor(p, q)
p
and q
are booleans
nor
implements the ⊽
operator.