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