Added in 1.9.0

$or(A,B)

Returns A binary OR B.

Parameters

A - The A binary to OR against.
B - The B binary to OR.

Example

: Or '5' against '3'.
//echo -ag $or(5,3)