Arbortext Command Language > Using the Arbortext Command Language > Bitwise “and”
  
Bitwise “and”
&
$i & $n returns the bitwise AND of the numbers $i and $n.
The following operators are numeric and require numeric operands:
+, -, *, /, &, ^, |, <<, >>, %, ~, ++, and ––
Related Topics
Functions as expressions and commands
Using expressions
Logical expressions
Operands