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:
Text File  |  1993-09-04  |  143 b   |  13 lines

  1. relation example6
  2.  
  3. typedef example6;
  4.  
  5. field tape  string length 20;
  6. field price money;
  7.  
  8. index ix_tape  on tape;
  9. index ix_price on price;
  10.  
  11. end
  12.  
  13.