Project

General

Profile

$and » History » Revision 4

Revision 3 (Per Amundsen, 02/08/2014 12:21 AM) → Revision 4/7 (Per Amundsen, 02/17/2014 09:19 AM)

h1. $and 

 _Added in 1.9.0_ 

 *$and(A,B)* $and(A,B) 

 Returns binary A & B. 

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

 Both parameters can be 64 bit. 

 *Parameters* 

 A - First number. 
 B - Second number. 

 *Example* 

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