Clears the screen. The optional parameter is the decimal number
equivalent for an IBM graphics character. If (Char) is present, the
screen will be filled with (Char).
Examples:
ClearScreen ;Clears screen with blanks
ClearScreen 177 ;Clears screen with char 177