orBit()
演算数の論理和を返します。あるいは
bitwiseOr()
のコマンドも使えます。
文法:
variable
= orBit(
numberA
,
numberB
)
variable
= bitwiseOr(
numberA
,
numberB
)