34,333
edits
Changes
→The Addition Operator
</pre>
If both operands a are strings, the addition operand concatenates the strings together:
<pre>
</pre>
Similarly, of if the operands are arrays or hashtables, the right hand operand will be appended to the end of the left hand operand.
=== Multiplication Operator ===