RosettaCodeData/Task/String-prepend/Phixmonti/string-prepend.phixmonti
2023-07-01 13:44:08 -04:00

6 lines
138 B
Text

/# Rosetta Code problem: https://rosettacode.org/wiki/String_prepend
by Galileo, 10/2022 #/
"Hello " var s
s "world" chain var s
s print