Syntax
[arithmeticOperator expression [ arithmeticOperator expression ] ]
Parameters
arithmeticOperator
A unary plus ('+') or minus ('-') arithmetic operator.
( and )
Overrides default operator precedence. Parentheses must be enclosed; that is, for each opening parenthesis ('(') there must be a corresponding closing parenthesis (')').
expression
The operand of the expression.
arithmeticOperator expression
A non-unary arithmetic operator to execute on the operand in conjunction with the specified following expression.
Description
Expressions can be used wherever a literal or source operand can be used. However, expressions can not be used as the target of an operation.
The following expressions can be used: