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

5.21 KVALUE

Kills only the data value (but not descendant subscripts) of a referenced global, local, or SSV (where allowed).

Syntax

KVALUE:postcondition var1,...

In the above inclusive form, KVALUE will kill the data values at each local, global, or SSV node specified in the list (provided that the optional postcondition is true or omitted), but will leave descendant subscripts intact.

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

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