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

5 lines
78 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(* mutable strings are not supported *)
s1 = "testing";
s1 = s1 <> " 123";
s1