home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l217 / 2.ddi / REFEXAMP / REMVWIN2.PRO < prev    next >
Encoding:
Text File  |  1990-03-26  |  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).