home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
CONTRIB
/
MBASE
/
MBASE51.TAR
/
mbase51
/
examples
/
example2.s
< 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
|
1993-09-04
|
220 b
|
11 lines
relation example2
field item type char * 40; # Description of an item in a store's inventory
field val type long; # Number of 'em that are in stock
index ix_item on item without dups;
typedef example2;
end