CLS
##Syntax
CLS
##Description
CLS
is short for CLear Screen, and will do just that: it will clear the screen, setting the background
with the current PAPER color, and placing the Screen Cursor at (0, 0) - screen top-leftmost corner.
##Examples
REM sets the screen black, and INK whiteBORDER 0: PAPER 0: INK 7CLSPRINT "White text on black background"
##Remarks
- This sentence is compatible with Sinclair BASIC
##See also