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