String append: Difference between revisions

Content added Content deleted
(add apl)
Line 1,046: Line 1,046:
</pre>
</pre>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>
<lang Mathematica>(* mutable strings are not supported *)
(* mutable strings are not supported *)
s1 = "testing";
s1 = "testing";
s1 = s1 <> " 123";
s1 = s1 <> " 123";