(clone) ( obj -- newobj ) - Factor Documentation

(clone) ( obj -- newobj )


Vocabulary
kernel

Inputs
obj an object


Outputs
newobj a shallow copy


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

Definition
IN: kernel

PRIMITIVE: (clone) ( obj -- newobj ) flushable

AltStyle によって変換されたページ (->オリジナル) /