[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.19 KILL

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 January 3, 2022 using texi2html 5.0.