Turtle and Observer Command

integer1 bitxor 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.

Related commands:
bitand bitnot bitor