home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
BakersGame.dxr
/
00002_tableauobj.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
|
219 b
|
15 lines
property cards
on new me, mycards
me.cards = mycards
return me
end
on addcards me, anumba, newcards
me.cards.addProp(symbol(string(anumba)), newcards)
end
on subcards me, itsym
me.cards.deleteProp(itsym)
end