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

4 lines
44 B
Text

Red []
s: "world"
insert s "hello "
print s