Actions
Added in 1.9.0
$or(A,B)
Returns A binary OR B.
Supports Big Integers
Parameters
Parameter | Description |
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 over 1 year ago · 4 revisions