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