Arbortext Command Language > Using the Arbortext Command Language > Grouping
  
Grouping
 
( )
4 * (3 + 2) evaluates the sum of (3 + 2) before multiplying by 4; thus the string would evaluate to 20 rather than to 14.
The following operators are numeric and require numeric operands:
+, -, *, /, &, ^, |, <<, >>, %, ~, ++, and ––
Related Topics
Functions as expressions and commands
Using expressions
Logical expressions
Operands