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

  1. %====================== removewindow/0        ===============================
  2. GOAL    makewindow(1,7,7,"Test  window",5,5,15,70),
  3.     write("\nPress any key to remove the window"),
  4.     readchar(_),
  5.     removewindow.
  6.