bitxor expression1 expression2 (bitxor expression1 expression2 expression3 ...)
Bitwise XOR of integer values of expressions at the instruction's input.
Example:
print bitxor 8 9 print bitxor 8 7
Output:
1 15
See also:
Table of Content