+

Returns the concatenation of this string with the other string.

Syntax
aString + anotherString
Parameters
anotherString - String
The other string.
Return Value
A new string with the concatenation of the two strings.