home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 September / WPCSEP96.ISO / refw08f.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  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.