Specifications
Commands - 74
NEW and UNNEW
Commands
SYNTAX: NEW
UNNEW
PURPOSE: NEW initializes CAMBASIC for a new program.
UNNEW restores a program erased by NEW or a hardware reset.
REMARKS: NEW is used to free memory before entering a new program.
NEW does not change the memory reserved by the last CLEAR statement.
EXAMPLE: The following erases the program pointers for entry of a new program.
NEW
ERROR: none