home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Interactive 11 / CDROM11.iso / pc / fishwish / data / intro.dir / 00416.ls < prev    next >
Encoding:
Text File  |  1995-05-31  |  143 b   |  8 lines

  1. on cheese
  2.   repeat with x = 1 to 1000
  3.     if the size of cast x > (20 * 1024) then
  4.       put x, the size of cast x
  5.     end if
  6.   end repeat
  7. end
  8.