Language:
Русский
English
{ClrEol.PAS}
▀▀▀▀▀▀▀▀▀▀▀▀▀▀
{Sample code for the ClrEol procedure.}
uses WinCrt;
begin
Writeln('Hello there, how are you today?');
Writeln('Press any key...');
Readln;
CursorTo(13,0);
ClrEol;
end.
ClrEol.PAS |
Language: {ClrEol.PAS} uses WinCrt; begin |
|
|