home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / refwaug.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  106 b   |  8 lines

  1. on exitFrame
  2.   go(the frame)
  3.   startTimer()
  4.   repeat while the timer < (3 * 60)
  5.   end repeat
  6.   quit()
  7. end
  8.