There is only one string operator in PHP. The concatenation operator ( . ) is used to put two string values together. To concatenate two string variables together, use the concatenation operator.
But does the concatenation operator really save you any time [i.e. are strings mutable?] in JScript, or does it simply shorten the "allocate, copy, append, reassign" syntax? For example, I just wrote ...