fpc/docs/crtex/ex7.pp
1998-03-25 11:26:49 +00:00

9 lines
154 B
ObjectPascal

Program Example7;
uses Crt;
{ Program to demonstrate the WhereX and WhereY functions. }
begin
Writeln('Cursor postion: X=',WhereX,' Y=',WhereY);
end.