2.5.2.6 EDIT Command
The EDIT command replaces text in the current program
with text you supply in the command. If you type EDIT
with no argument, BASIC invokes a text editor and reads the
current program into the editor's buffer.
Table 2-2 shows examples of editing in line mode.
VAX BASIC supports the following callable text editors:
The default editor for BASIC is EDT. In DCL, you can over-
ride this default by defining the logical name BASIC$EDIT.
To find out if a system assignment exists, enter the following
DCL command:
$ SHOW LOGICAL BASIC$EDIT
$ ASSIGN "LSE$EDIT" BASIC$EDIT