Indicates a positive value (unary +) or adds two values.
[expression1]+expression2
The plus sign (+) adds the expression on the right to the expression on the left.
| expression1 | a number or expression that evaluates to a number |
| expression2 | a number or expression that evaluates to a number |
Arithmetic operators indicate the sign of a number or perform arithmetic operations (addition, subtraction, multiplication, division, exponentiation).