CLS

This command will clear the screen using the current background ink color previously specified with the INK command.

  Syntax
CLS
  Returns

This command does not return a value.

  Description

This command differs from the CLS found in the Basic2D command set which will paint the screen with a specified color.

  Example Code
CLS
PRINT "cleared screen"
WAIT KEY
  See also

CORE Commands Menu
Index