RosettaCodeData/Task/String-append/Mathematica/string-append.math

5 lines
78 B
Plaintext

(* mutable strings are not supported *)
s1 = "testing";
s1 = s1 <> " 123";
s1