home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / devr00.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1996-02-14  |  93 b   |  8 lines

  1. on exitFrame
  2.   global m
  3.   if the freeBytes <> m then
  4.     quit()
  5.   end if
  6.   go(the frame)
  7. end
  8.