command/DELETE command/DELETE NAME DELETE -- Deletes lines of BASIC text ABBREVIATION de <shift> L SYNOPSIS DELETE [<first_line>][-<last_line>] FUNCTION Deletes lines of BASIC text. INPUTS <first_line> - first line to be deleted <last_line> - last line to be deleted RESULT Deletes lines of BASIC text. EXAMPLES DELETE 75 Deletes line 75. DELETE 10-50 Deletes lines 10 through 50 inclusive. DELETE -50 Deletes all lines from the beginning of the program up to and including line 50. DELETE 75- Deletes all lines from 75 on to the end of the program. NOTES This command can be executed only in direct mode. BUGS None SEE ALSO AUTO