home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
CONTRIB
/
MBASE
/
MBASE51.TAR
/
mbase51
/
examples
/
example6.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
|
143 b
|
13 lines
relation example6
typedef example6;
field tape string length 20;
field price money;
index ix_tape on tape;
index ix_price on price;
end