Loading

SNAPSHOTCOPYALL

stack

The SNAPSHOTCOPYALL function behaves like SNAPSHOTALL but does not consume the elements of the stack, instead it produces WarpScript code which will regenerate the stack and its symbols as it was before the call and pushes this code on top of the stack.

Note that some types of objects created by third party functions may not be serializable, SNAPSHOTCOPYALL will emit a STRING of the form UNSUPPORTED: class xxx when such a type is encountered.

SNAPSHOTCOPYALL is available since version 1.2.5.

See also

Signatures

Examples

1 2 3 'a' STORE SNAPSHOTCOPYALL