Hi How does the process dictionary work when it comes to copying. Suppose we have a giant list of integers, L. Now where is the list copied? 1) put(a, L). 1) X = get(a). 2) Y = erase(a). Cheers, Morten.