source files: x01v.[ch] xflv.[ch] x32v.[ch] xcsy.[ch] xgrl.[ch]
SYNTAX
(SEND <grl> :COPY [ :COPY-PROPLIST { NIL | :POINTER | :SHALLOW | :DEEP } ] )
DESCRIPTION
Returns an exact duplicate of the give array or relation.
If :COPY-PROPLIST is :DEEP, the entire proplist is copied (all reachable CONS cells duplicated), if it is :SHALLOW, only the top level of the proplist is copied, if it is :POINTER, only the proplist pointer is copied, else (default) nothing is done.