home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / CLRWND0.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  305 b   |  9 lines

  1. %====================== clearwindow/0        ===============================
  2. GOAL    makewindow(1,7,7,"test window",1,1,20,70),
  3.     cursor(5,20), write("Hello there"),
  4.     cursor(10,10), write("Press any key to clear the window"),
  5.     readchar(_),
  6.     clearwindow,
  7.     write("Cursor moves to (0,0)"),
  8.     readchar(_).
  9.