xor
The logical exclusive disjunction (xor) operator.
Syntax
-
xor(p, q)
-
p
andq
are booleans
-
Description
xor
implements the ⊻
operator.
The logical exclusive disjunction (xor) operator.
xor(p, q)
p
and q
are booleans
xor
implements the ⊻
operator.