ClearScreen
Clears the screen viewport using the current background color.
See the SetView function for a description of the screen viewport.
Parameters
None
Examples
BASIC
CALL ClearScreenPASCAL
ClearScreen;BGI equivalent
void cleardevice(void);