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.
Control Codes: Example
 Setting Up Control Codes                  Up Contents Index Back
─────Control Codes: Example─────────────────────────────────────────────────
 
          .context Hello
          :l5
          :nMy Hello World Screen
          Hello World!
 
     This text fragment defines a topic with the context "Hello." The
     topic is displayed in a help window five lines deep and is named
     "My Hello World Screen."
 
          ┌────────────My Hello World Screen───────────┐
          │ Hello World!                               │
          │                                            │
          │                                            │
          │                                            │
          │                                            │
          └────────────────────────────────────────────┘
 
     NOTE: Individual applications may place the window title in a
           different place or use a different window width.
                                    -♦-