Actions
$or » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Per Amundsen, 09/09/2020 10:03 AM
Added in 1.9.0
$or(A,B)
Returns A binary OR B.
Supports Big Integers
Parameters
A - The A binary to OR against.
B - The B binary to OR.
Example
: Or '5' against '3'. //echo -ag $or(5,3)
Updated by Per Amundsen about 4 years ago · 3 revisions