Actions
$and » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
Per Amundsen, 06/27/2014 02:29 PM
Added in 1.9.0
$and(A,B)
Returns binary A & B.
Both parameters can be 64 bit longs.
Parameters
A - First number.
B - Second number.
Example
;Returns 4 //echo -ag $and(5,4)
Updated by Per Amundsen over 10 years ago · 5 revisions