Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

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 ClearScreen

PASCAL

ClearScreen;

BGI equivalent

void cleardevice(void);