(bit-or 5 3) => 7 (bit-xor 5 3) => 6 (bit-and 5 3) => 1 (bit-not 5) => -6 (bit-lsh 5 3) => 40 (bit-rsh 5 1) => 2
scribeinfo