RosettaCodeData/Task/String-prepend/Phixmonti/string-prepend.phixmonti

7 lines
138 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/# Rosetta Code problem: https://rosettacode.org/wiki/String_prepend
by Galileo, 10/2022 #/
"Hello " var s
s "world" chain var s
s print