Copy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
copy target = source # (DEPRECATED) | copy target = source # (DEPRECATED) | ||
</source> | </source> | ||
===SEE ALSO=== | ===SEE ALSO=== |
Revision as of 23:26, 20 February 2005
DESCRIPTION
"copy" creates a new object that is an identical copy of an existing object
USAGE
copy target, source
copy target = source # (DEPRECATED)
SEE ALSO
create