RosettaCodeData/Task/String-append/Mathematica/string-append.math
2023-07-01 13:44:08 -04:00

4 lines
78 B
Text

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