Arbortext Command Language > Using the Arbortext Command Language > Logical “or”
  
Logical “or”
 
||
e1 || e2 returns a value of 1 if either e1 or e2 is 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