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.
|
Language: {ClrEol.PAS} uses WinCrt; begin |
|
|
Код для вставки:
::
::
::
ГОСТ ::
Поделиться:
|
|