[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
FreeM Extension
NOTE: This command may be deprecated and removed in future FreeM releases.
Sets a prefix to be applied to all subsequent local variable or constant references.
Syntax
ZWITH:postcondition var-prefix
In the above single-argument form, sets the $WITH
prefix to var-prefix, provided that the optional postcondition is either true or omitted.
The var-prefix argument may be a string literal or any valid FreeM expression.
ZWITH:postcondition
In the above argumentless form, clears the $WITH
prefix, provided the optional postcondition is either true or omitted. Equivalent to ZWITH ""
.
This document was generated on May 5, 2025 using texi2html 5.0.