BITXORint1
int2
(BITXORint1
int2
int3
...
)
Outputs the bitwise exclusive OR of its inputs, which must be integers. If no inputs are given, then BITXOR outputs a value with no bits set.
SHOW BITXOR 5 2
7SHOW BITXOR 5 1
4SHOW (BITXOR 6 2 10)
14