Arbortext Command Language > Using the Arbortext Command Language > Bitwise “or”
  
Bitwise “or”
|
$i | $n returns the bitwise OR 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