RosettaCodeData/Task/Variables/Ring/variables-3.ring

7 lines
190 B
Plaintext

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