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

  1. ;******************************************************************************
  2. ;                                  overview                                   *
  3. ;******************************************************************************
  4. .topic overview
  5. .list list
  6.  
  7. This is file 2 of the multiple file target database demo.
  8.  
  9. From here we can jump to the ~next topic~nextTopic~, or to the
  10. topic in the ~First File(Multi1.hlp)~intlink~
  11.  
  12. .end-topic
  13.  
  14. ;******************************************************************************
  15. ;                                   extLink                                   *
  16. ; notice, that this topic is visible from multi 1, and has an alias here !    *
  17. ;******************************************************************************
  18. .topic extLink
  19. .list list
  20. .export
  21.  
  22. This is the exported topic of file 2
  23.  
  24. .end-topic
  25.  
  26. ;******************************************************************************
  27. ;                                   .alias                                    *
  28. ; Notice - The same topic known in 2 names !                                  *
  29. ;******************************************************************************
  30. .alias nextTopic extLink
  31.  
  32. ;******************************************************************************
  33. ;                                 multi1.exp                                  *
  34. ; These are the exported topics from multi1, created b helpc /pp+ multi1      *
  35. ;******************************************************************************
  36. .ifndef preprocess
  37. .include multi1.exp
  38. .endif
  39.  
  40. ; Notice that the ifndef is needed, because we have a case in which 2 databases
  41. ; call each other. If we would have used the more common method of computer
  42. ; languages, in which there are no circular references, we could have eliminated
  43. ; that.
  44.  
  45.