clrscr
Limpa a tela de impressão.
Sintaxe
clrscr ;
Exemplo
Program PascalZIM;
begin
clrscr;
writeln( 'Olá, mundo.' );
end.
Created with the Freeware Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source
clrscr
Limpa a tela de impressão.
Sintaxe
clrscr ;
Exemplo
Program PascalZIM;
begin
clrscr;
writeln( 'Olá, mundo.' );
end.
Created with the Freeware Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source