String Operators
There are two string operators. The first is the
concatenation operator ('.'), which returns the concatenation of its
right and left arguments. The second is the concatenating assignment
operator ('
Example #1 String Concatenating
|