Varkon Extended Library
copies a part to a new location.
clone is different from replica because it creates a new invocation of a part, and copies the parameters
of that part to a new location.
After cloning all the parameters (except the Vectors) will be set as they were originally, but each parameter is editable.
Note that clone is called by using clonewrap. The macro enables the user to repeat the clone function without repeatedly choosing the clone function.