command/NEW command/NEW NAME NEW -- Erases BASIC program in memory ABBREVIATION None SYNOPSIS NEW FUNCTION This command erases the entire program in memory and clears out any variables that may have been used. Unless the program was stored somewhere, it is lost until you type it in again. Be careful when you use this command. The NEW command can also be used as a statement in a BASIC program. When your computer gets to this line, the program is erased and everything stops. This is not especially useful under normal circumstances. INPUTS None RESULT BASIC program is erased from memory and all variables are cleared out. EXAMPLES NEW NOTES None BUGS None SEE ALSO DELETE DSAVE SAVE