ex7.pp 154 B

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