BitOr(number1, number2)
Returns the bitwise OR of two long integers
See also BitAnd, BitNot, and BitXor.
Any long integers.
Bit functions operate on 32-bit integers.