Arithmetic and String operatorsΒΆ
There is only one string operator: a + b
If either argument is a string, the other is converted to a string and the result is the concatenation of the two strings. Otherwise, + is evaluated as an arithmetic operator.