home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hdk11b.zip / MULTI1.HDF < prev    next >
Text File  |  1994-01-08  |  1KB  |  37 lines

  1. ;******************************************************************************
  2. ;                                  overview                                   *
  3. ;******************************************************************************
  4. .topic overview
  5.  
  6. This is a test of multiple file databases.
  7.  
  8. We have here Two links :
  9.  
  10. 1: ~Internal Link~intlink~
  11. 2: ~External Link~extLink~
  12.  
  13. .end-topic
  14.  
  15. ;******************************************************************************
  16. ;                                   intLink                                   *
  17. ;******************************************************************************
  18. .topic intLink
  19. .export
  20.  
  21. This is a test, it can be called from an external database
  22.  
  23. .end-topic
  24.  
  25. ;******************************************************************************
  26. ;                                 multi2.exp                                  *
  27. ; These are the exported topics from multi-2, generated by helpc /pp+ multi2  *
  28. ;******************************************************************************
  29. .ifndef preprocess
  30. .include multi2.exp
  31. .endif
  32.  
  33. ; Notice that the ifndef is needed, because we have a case in which 2 databases
  34. ; call each other. If we would have used the more common method of computer
  35. ; languages, in which there are no circular references, we could have eliminated
  36. ; that.
  37.