RosettaCodeData/Task/Collections/Ring/collections.ring
2017-09-25 22:28:19 +02:00

4 lines
80 B
Text

text = list(2)
text[1] = "Hello "
text[2] = "world!"
see text[1] + text[2] + nl