RosettaCodeData/Task/Variables/Ring/variables-3.ring
2016-12-05 23:44:36 +01:00

6 lines
190 B
Text

list = [1,2,3,"four","five"]
list2 = list
list = []
See list # print the first list - no items to print
See "********" + nl
See list2 # print the second list - contains 5 items