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

5.16 KSUBSCRIPTS

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.

Note The below argumentless and exclusive forms of KSUBSCRIPTS are not implemented in FreeM, as of version 0.3.3, but are planned for a future release.

 
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.