home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
ClassDay.dxr
/
Internal_12.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
145 b
|
8 lines
on reshuffle arg
sho = []
repeat with i = 1 to arg.count
sho.add([#rank: arg[i].rank, #suit: arg[i].suit])
end repeat
return sho
end