sabato, marzo 24, 2007

Tutto bianco...

Questo è il programma per sbiancare lo schermo:

program sbianca;
uses crt;
begin
textBackground(7);
textcolor(7);
clrscr;
readln;
end.

Nessun commento: