Xor
Logical XOR (exclusive OR) function. Returns
True
if an odd number of the arguments areTrue
and the rest areFalse
. ReturnsFalse
if an even number of the arguments areTrue
and the rest areFalse
.
Examples
If an expression does not evaluate to True
or False
, Xor
returns a result in symbolic form:
Implementation status
- ✅ - full supported