FORTH/DEF edit loading slot id
FORTH/DEF edit loading slot size
<<edit-init>>
[] no special info, see general notes
EXTENSIONS edit constructor primitive
* EDIT-BLOCK ( blk -- ) start the internal block-editor on the assigned block
EDIT-BLOCK
( blk -- )
EXTENSIONS edit ordinary primitive
#ifndef NO_SYSTEM
* EDIT-TEXT name ( -- ) start an external EDITOR with the specified filename
EDIT-TEXT
name ( -- )
EDITOR
* EDIT-ERROR ( -- ) if an error occured, this routine can be called to invoke an appropriate EDITOR (see also EDIT-BLOCK)
EDIT-ERROR
( -- )
#endif
EDIT-BLOCK-START
FORTH/BASE edit ordinary primitive