[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Kills only the data value (but not descendant subscripts) of a referenced global, local, or SSVN (where allowed).
Syntax
KVALUE:postcondition var1,...
In the above inclusive form, KVALUE
will kill the data values at each local, global, or SSVN node specified in the list (provided that the optional postcondition is true or omitted), but will leave descendant subscripts intact.
|
KVALUE:postcondition
In the above argumentless form, KVALUE
will kill the data values at the root of each local variable (provided that the optional postcondition is true or omitted), but will leave descendant subscripts intact.
KVALUE:postcondition (var1,...)
In the above exclusive form, KVALUE
will kill the data values of all local variables, with the exception of those named in the list, provided that the optional postcondition is true or omitted, while leaving their descendant subscripts intact.
This document was generated on September 20, 2023 using texi2html 5.0.