RosettaCodeData/Task/Collections/Ring/collections.ring

5 lines
80 B
Plaintext

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