Actions
$or » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
Per Amundsen, 12/24/2019 12:47 PM
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)
Updated by Per Amundsen almost 5 years ago · 2 revisions