cls(); cls(int val);
Clear all the screen. Without parameters the screen is filled with a space character, else it's filled with the bat-value given as argument.