(clone) ( obj -- newobj )


Vocabulary
kernel

Inputs
objan object


Outputs
newobja shallow copy


Word description
Outputs a byte-by-byte copy of the given object. User code should call clone instead.

Definition