Arguments and Values:
object — an object.
new object — a new object; a clone of object
Description:
CLONEcreates 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 timeCLONEwas called.