




The generic function 
clone
 returns a new object 
cloned-object
 which is a copy of 
capi-object
. It does not share any data with 
capi-object
, but has a copy of the useful part of its state.
The system contains methods on 
clone
. You may add methods on your own interface classes.