4 lines
78 B
Text
4 lines
78 B
Text
(* mutable strings are not supported *)
|
|
s1 = "testing";
|
|
s1 = s1 <> " 123";
|
|
s1
|