home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
CONTRIB
/
MBASE
/
MBASE51.TAR
/
mbase51
/
examples
/
example1.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
|
284 b
|
10 lines
relation example1
field lastname type char * 30; # Someone's last name
field firstname type char * 30; # And their first name
field number type phone; # And, of course, their phone number
index ix_name on lastname, firstname; # Sorted by lastname, then by first
end