orBit()
Returns the logic or of the operands. Alternatively you can use the
bitwiseOr()
command.
Syntax:
variable
= orBit(
numberA
,
numberB
)
variable
= bitwiseOr(
numberA
,
numberB
)