SenseTalk ReferenceSenseTalk Dictionary *Preview*BbitXorバージョン:25.2bitXor bitwise operator new in 2.06 Examples: + set the numberFormat to "binary 8"set the bitLength to 8put 0b00010101 bitXor 0b00111100 --> 0b00101001 Related: bitNot, bitAnd, bitOr, bitShift, bitLength