RosettaCodeData/Task/Variables/Ring/variables-3.ring
2023-07-01 13:44:08 -04: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