7 lines
137 B
Text
7 lines
137 B
Text
|
|
/# Rosetta Code problem: https://rosettacode.org/wiki/String_append
|
||
|
|
by Galileo, 11/2022 #/
|
||
|
|
|
||
|
|
"Hello" var s
|
||
|
|
s " world" chain var s
|
||
|
|
s print
|