DEBSOURCES
Skip Quicknav
sources / fpc / 3.0.0%2Bdfsg-11 / 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.