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

  1. on reshuffle arg
  2.   sho = []
  3.   repeat with i = 1 to arg.count
  4.     sho.add([#rank: arg[i].rank, #suit: arg[i].suit])
  5.   end repeat
  6.   return sho
  7. end
  8.