RosettaCodeData/Task/Collections/Ring/collections.ring

5 lines
80 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
text = list(2)
text[1] = "Hello "
text[2] = "world!"
see text[1] + text[2] + nl