Next: xplace, Previous: xopen, Up: Internal Routines [Contents][Index]
x xor y
Logical binary xor operator. x xor y
combines the
bits of integers x
and y
such that any bit in
the result is set (i.e., equal to 1) if the corresponding bits of either
x
or y
but not both are set.