copy (s_exp)
This function makes a copy of the top list level of the argument if the argument is a list, otherwise it simply returns the argument. This produces a new list which is equal to the previous list, and whose elements are eq. That is, the elements are not copied but simply reside in both the original and the copy.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.