home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / quit.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  188 b   |  14 lines

  1. on GoQuit
  2.   disposeRearWindow()
  3.   quit()
  4. end
  5.  
  6. on disposeRearWindow
  7.   global rwObj
  8.   if the machineType <> 256 then
  9.     if objectp(rwObj) then
  10.       rwObj(mdispose)
  11.     end if
  12.   end if
  13. end
  14.