_Added in 1.9.0_ *$or(A,B)* Returns A binary "OR":https://en.wikipedia.org/wiki/Bitwise_operation#OR B. _Supports "Big Integers":https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic_ *Parameters* table(ktable). |*Parameter*|*Description*| | A | The A binary to "OR":https://en.wikipedia.org/wiki/Bitwise_operation#OR against. | | B | The B binary to "OR":https://en.wikipedia.org/wiki/Bitwise_operation#OR. | *Example*
: Or '5' against '3'.
//echo -ag $or(5,3)