home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00147.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  111 b   |  8 lines

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