Main » Scripting » Scripting Identifiers »
Revision 1 (Per Amundsen, 02/08/2014 12:17 AM) → Revision 2/7 (Per Amundsen, 02/08/2014 12:18 AM)
h1. $and _Added in 1.9.0_ $and(A,B) Returns A binary A & and B. <pre> //echo -ag $and(5,4) returns 4 </pre>