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
- same as many BASICs
- no equivalent in Visual BASIC
- no equivalent in PBASIC