Language:
Русский
English
{WhereY.PAS}
▀▀▀▀▀▀▀▀▀▀▀▀▀▀
{Sample code for the WhereY function.}
uses WinCrt;
begin
Writeln;
Writeln;
Write('This sentence is on the #');
Writeln(WhereY, ' line in this window.');
end.
WhereY.PAS |
Language: {WhereY.PAS} {Sample code for the WhereY function.} uses WinCrt; begin |
|
|