Adds the value of one numeric expression to another or concatenates two strings.
result = expression1 + expression2 |
JScript |
Addition Operator (+) (JScript 5.6) |
See Also |
Adds the value of one numeric expression to another or concatenates two strings.
result = expression1 + expression2 |