Actions
$and » History » Revision 6
« Previous |
Revision 6/7
(diff)
| Next »
Per Amundsen, 09/09/2020 10:02 AM
Added in 1.9.0
$and(A,B)
Returns binary A & B.
Both parameters can be 64 bit longs.
Supports Big Integers
Parameters
A - First number.
B - Second number.
Example
;Returns 4 //echo -ag $and(5,4)
Updated by Per Amundsen about 4 years ago · 6 revisions