13.8 Additive Operators
Syntax
13.8.1 The Addition Operator ( +
)
The addition operator either performs string concatenation or numeric addition.
13.8.1.1 Runtime Semantics: Evaluation
13.8.2 The Subtraction Operator ( -
)
The -
operator performs subtraction, producing the difference of its operands.