User Manual Chapter 12
GFK-1742F Jan 2020
Local Logic Language Syntax 291
12.1.6 PRAGMA Directive
The #pragma directive is used to configure the Local Logic parser. The directive is NOT
required for the parser to operate. However, if the user wishes to turn off warning messages
the #pragma directive allows this to occur. The #pragma directive MUST be the first line of
the program. Additionally, no white space should be present prior to the directive.
To turn ALL Local Logic warnings off, issue the following command:
#pragma errorsonly 1
or
#pragma errorsonly ON
To turn warning messages back ON either delete the directive or change the directive as
follows:
#pragma errorsonly 0
or
#pragma errorsonly OFF
12.1.7 Local Logic Keywords and Operators
The following keywords and operators have special significance in the Local Logic
programming language. Keywords are case-sensitive and use only upper-case letters.
These are discussed in further detail in the following sections.
Table 55: Local Logic Keywords