[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
FreeM Extension
Inserts a line of M code into the currently-active routine buffer, provided the optional postcondition is true or omitted.
Syntax
ZINSERT:postcondition expr V mcode[:label]
Above, expr V mcode is an expression returning a string giving M code. If label is omitted, the code will be inserted at the insertion point, which is typically the end of the routine. Otherwise, the code will be inserted at the line immediately following label.
This document was generated on May 19, 2025 using texi2html 5.0.