set echo Example
10 PLOTTER IS CRT,"INTERNAL";COLOR MAP
20 CLEAR SCREEN
30 SET ECHO 65,50 !Set the crosshair to the middle of the screen.
40 READ LOCATOR X,Y !Read where the mouse pointer is at.
50 PRINT X,Y
60 END