How do I copy a list?

typewriter script pic will make a shallow copy of your list. "Shallow" means that the toplevel list is different, but each item is shared:

To make a deep copy, so that items of items of ... to any depth are separate, use the RESHAPE block:

("Dimensions of" is one of the options in the "length of" block.)