<< Click to Display Table of Contents >> Navigation: »No topics above this level« FINALIZE_DECLARATION |
mapp Services V5.16
Type, variable and function / function block declarations are finalized when the first line that contains an executable statement is encountered. The pragma forces the parser to complete all declarations when pragma FINALIZE_DECLARATION occurs. This resolves all references and reports an error if there are still unresolved references.
#pragma FINALIZE_DECLARATIONS