qa.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.
Multimodule Directives
   Directives  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
To share variables between modules, declare the variable PUBLIC in
the module where it is defined and EXTRN in other modules.
 
Mnemonic       Description
PUBLIC         Makes each variable specified public to other modules
EXTRN          Defines one or more external variables
COMM           Declares one or more communal variables
INCLUDELIB     Declares default library to be searched by linker
                                    -♦-