RosettaCodeData/Task/Collections/Ring/collections.ring

5 lines
80 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
text = list(2)
text[1] = "Hello "
text[2] = "world!"
see text[1] + text[2] + nl