copy

copy x -- yields a copy of x.

If x is an hash table, array, list or sequence, then the elements are placed into a new copy. If x is a hash table, the copy is mutable if and only if x is.

See also newClass.

Go to main index.

Go to concepts index.