Project

General

Profile

$and » History » Revision 3

Revision 2 (Per Amundsen, 02/08/2014 12:18 AM) → Revision 3/7 (Per Amundsen, 02/08/2014 12:21 AM)

h1. $and 

 _Added in 1.9.0_ 

 $and(A,B) 

 Returns binary A & B. 

 <pre> 
 //echo -ag $and(5,4) returns 4 
 </pre> 

 Both parameters can be 64 bit.