5 lines
60 B
Text
5 lines
60 B
Text
|
|
str := "Hello":
|
||
|
|
newstr := cat(str,", world!"):
|
||
|
|
str;
|
||
|
|
newstr;
|