home *** CD-ROM | disk | FTP | other *** search
/ Games for Windows 95 / ODYSSEY.mdf / demos / hyper / hyper.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  119 b   |  9 lines

  1. on exitFrame
  2.   open("c64pass 0")
  3.   startTimer()
  4.   repeat while the timer < 120
  5.     nothing()
  6.   end repeat
  7.   quit()
  8. end
  9.