[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
FreeM Extension
Edits a routine using an external editor. Uses environment variable $EDITOR
if defined; otherwise, uses vi
.
Syntax
ZEDIT[:postcondition]
In its argumentless form, edits the currently-active routine, provided the optional postcondition is true or omitted.
Syntax
ZEDIT[:postcondition] <routine-name>
In its single-argument form, edits <routine-name>, provided the optional postcondition is true or omitted.
Routine names must not be quoted, and must not included a leading caret (^
).
Errors
ZEDIT
will raise ZNOPGM
if the routine cannot be found, or there is no routine currently loaded in argumentless form.
This document was generated on May 19, 2025 using texi2html 5.0.