RosettaCodeData/Task/String-prepend/Red/string-prepend.red

5 lines
44 B
Plaintext

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