"EDIT - builtin forth editor"

edit
This is a simple fullscreen FORTH block editor.

will be missing in most builds
Tektronix CTE %version: bln_mpt1!5.20 % GNU LGPL
EXTENSIONS EXTENSIONS <<edit-init>>

no special info, see general notes

edit constructor primitive

* EDIT-BLOCK ( blk -- )

start the internal block-editor on the assigned block

edit ordinary primitive

#ifndef NO_SYSTEM
* EDIT-TEXT name ( -- )

start an external EDITOR with the specified filename

edit ordinary primitive

* EDIT-ERROR ( -- )

if an error occured, this routine can be called to invoke
an appropriate EDITOR (see also EDIT-BLOCK)

edit ordinary primitive

#endif
FORTH FORTH EDIT-BLOCK-START

no special info, see general notes

edit ordinary primitive