statement/CLR                                                   statement/CLR
 
 NAME
     CLR -- Erases any variables in memory
 
 ABBREVIATION
     c <shift> L

 SYNOPSIS
     CLR

 FUNCTION
     This command erases any variables in memory, but leaves the program 
     itself intact. This command is automatically executed when a RUN or NEW 
     command is given, or when any editing is performed.
 
 INPUTS
     None
 
 RESULT
     Erases any variables in memory.

 EXAMPLES
     CLR
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     NEW
     RUN