DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / crtex / ex7.pp
12345678
Program Example7; uses Crt; { Program to demonstrate the WhereX and WhereY functions. } begin Writeln('Cursor postion: X=',WhereX,' Y=',WhereY); end.