RosettaCodeData/Task/Collections/Ring/collections.ring
2023-07-01 13:44:08 -04:00

4 lines
80 B
Text

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