home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
SuperiorCanfield.dxr
/
Internal_4.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
|
235 b
|
12 lines
global reserve, waste, foundation, tableau, points, extras, win
on prepareFrame me
reserve = new(script("card pile"))
waste = new(script("card pile"))
foundation = [:]
tableau = [:]
points = 0
extras = []
win = "no"
end