bitor

Type: External

Group: general

Syntax

bitor(number1, number2);

Description

Calculates the bitwise OR of number1 and number2 @EXAMPLE

bitor(5, 9) = 13
bitor(5, 7) = 7

See Also

bitand, bitshift, bitxor