Arbortext Command Language > Using the Arbortext Command Language > Logical “and”
  
Logical “and”
 
&&
e1 && e2 returns a value of 1 if both e1 and e2 are true; otherwise returns 0 (zero).
The following operators are numeric and require numeric operands:
+, -, *, /, &, ^, |, <<, >>, %, ~, ++, and ––
Related Topics
Functions as expressions and commands
Using expressions
Logical expressions
Operands