CLEAR 
 
Syntax

CLEAR

Description

This is a compile time command that erases the current BASIC program in memory.
Example
 
Example
PRINT "hi there"
RUN
hi there

CLEAR
Differences from other BASICs

See also