HELPMAKE Help (helpmake.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Help Topic/Context: Example
 Topics                                    Up Contents Index Back
─────Topic/Context: Example─────────────────────────────────────────────────
 
     A help source file in QuickHelp format looks like this:
 
          .context first
          .context @first
          text of topic      │─── First Topic
          ∙ ∙ ∙              │
          .context second
          text of topic      │─── Second Topic
          ∙ ∙ ∙              │
 
     The first topic has two context strings defined: "first" and
     "@first." The second topic has only a single context string
     defined: "second." Note that each topic has at least one .context
     line and may have more.
 
     See: QuickHelp Format
                                    -♦-