[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Kills only the descendant subscripts (but not the data value) of a referenced global, local, or SSV (where allowed).
Syntax
KSUBSCRIPTS:postcondition var1,... |
In the above inclusive form, KVALUE
will kill the descendant subscripts at each local, global, or SSV 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.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by root on October 14, 2020 using texi2html 1.82.