[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In all forms of NEW
, name must be a local variable name or NEW
-able structured or intrinsic system variable.
In its inclusive form, NEW
saves each specified name on the process stack and removes it, provided the optional postcondition evaluates to true or is omitted. When the current code block ends, the previous values are restored.
Syntax
NEW[:postcondition] name[,...name]
In its exclusive form, NEW
saves all local variables except those named (each name) and removes them, provided the optional postcondition evaluates to true or is omitted. When the current code block ends, the previous values are restored.
Syntax
NEW[:postcondition] (name[,...name])
In its argumentless form, NEW
saves all local variables and removes them, provided the optional postcondition evaluates to true or is omitted. When the current code block ends, the previous values are restored.
This document was generated on January 3, 2022 using texi2html 5.0.