◄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 -♦-