[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In its inclusive form, KILL
deletes the specified glvns and their descendant subscripts, provided the optional postcondition evaluates to true or is omitted.
Syntax
KILL[:postcondition] glvn[,...glvn]
In its exclusive form, KILL
deletes all local variables except for those specified by lvn, provided the optional postcondition evaluates to true or is omitted.
Syntax
KILL[:postcondition] (lvn[,...lvn])
In its argumentless form, KILL
deletes all local variables, provided the optional postcondition evaluates to true or is omitted.
Syntax
KILL[:postcondition]
This document was generated on September 20, 2023 using texi2html 5.0.