sgs_CloneItem [function]
void sgs_CloneItem( sgs_Context* C, sgs_Variable var )
Push a copy of the specified stack item.
Even though operations with functions and strings succeed, functions and strings are not actually cloned since they are immutable.
- Function will fail if any object attempted to be cloned does not support cloning.