Methods

borΒΆ

bor(a:Int, b:Int)

Bitwise or

Returns

Int

Example

1.bor(8)  # 9