bit-xor
builtin-function
(bit-xor &rest numbers)
Returns the bitwise exclusive or of the given integer numbers.
make-html > (bit-xor 5 6) it: 3