integer1
integer2
Reports the value of the bitwise xor on the inputs.
Examples: 2 bitxor 3 returns 1. This statement is executed in binary form as 0010 xor 0011 which returns 0001.
2 bitxor 3
0010 xor 0011
Related commands: bitand bitnot bitor