math.or

Syntax

ir = math.or(i1,i2)

Get the result of the bitwise logical OR operation.

Returns:

ir - bitwise comparison result

Arguments:

i1 - integer

i2 - integer