This operator computes the sum of two given expressions.
Syntax:
exp1 + exp2
Usage:
7 + 8 // evaluates to 16
2 + 2 // evaluates to 4
Addition operator may also be used in string expressions to concatenate strings or to add immediate
or field
to a string.