String append: Difference between revisions

m
(add apl)
Line 1,046:
</pre>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>(* mutable strings are not supported *)
(* mutable strings are not supported *)
s1 = "testing";
s1 = s1 <> " 123";
1,111

edits