- logxor n1 ...procedure
- bitwise-xor n1 ...procedure
Returns the integer which is the bit-wise XOR of the integer arguments.
Example:
(number->string (logxor #b1100 #b1010) 2) ; => "110"
Returns the integer which is the bit-wise XOR of the integer arguments.
Example:
(number->string (logxor #b1100 #b1010) 2) ; => "110"