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