home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 June / Personal_Computer_World_Jun_97.iso / dxrs / refpcw06.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  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.