home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / LeadingLady.dxr / Internal_22.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  226 b   |  10 lines

  1. on jarule
  2.   ass = []
  3.   repeat with i = 1 to member("shiz").char.count
  4.     if "abcdefghijklmnopqrstuvwxyz" contains member("shiz").char[i] then
  5.       ass.add(member("shiz").char[i].symbol)
  6.     end if
  7.   end repeat
  8.   put ass
  9. end
  10.