$or » History » Revision 2
Revision 1 (Per Amundsen, 08/10/2015 09:09 AM) → Revision 2/4 (Per Amundsen, 12/24/2019 12:47 PM)
_Added in 1.9.0_
*$or(A,B)*
Returns A binary "OR":https://en.wikipedia.org/wiki/Bitwise_operation#OR B.
*Parameters*
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*
<pre>
: Or '5' against '3'.
//echo -ag $or(5,3)
</pre>