RosettaCodeData/Task/String-prepend/Red/string-prepend.red
2018-06-22 20:57:24 +00:00

4 lines
44 B
Text

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