This command clears the interpreter’s memory, including
the line buffer and variables, but not any open ports. Use this
command when creating code to restart the coding process or before
resending a program from a file to the interpreter.
Format
NEW
Parameters
N/A
Example
This is an example of how to use the NEW command:
10 PRINT "Hello World"
RUN
Hello World
LIST
10 PRINT "Hello World"
NEW
LIST
Comments
This is an interactive command that takes effect as soon as
it is received by the printer.