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

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