DELDeletes program lines.
Description:
A range of program lines can be deleted by separating the starting and ending line numbers with a comma. If only one line is specified, only that line is deleted. Once a DEL statement has been executed, the specified lines cannot be retrieved.
DEL cannot be executed from a running program, but can be executed while the program is PAUSEd (after DEL executes, the program is placed in a STOP state).
See Also:
|