+ Operator

The + Operator is used to sum two numbers. If the two operands are character, concatenation occurs.


 *result = operand1 + operand2*  

Remarks

The result is always a string. Otherwise the result is numeric and both operands will be “promoted” to numeric types.

See Also

Operators

Operators and Their Precedence