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