Next: , Previous: object, Up: Objects Dictionary


clone
— Function: clone object => new object

Arguments and Values:

object — an object.

new object — a new object; a clone of object

Description:

CLONE creates a new object that is a sibling of object. This new object is a shallow-copy of object with the same parents, properties, and roles at the time CLONE was called.