#pragma
|
Miscellaneous functions |
SYNTAX | #pragma optionname |
RETURNS | NOTHING |
FUNCTION | Sets various AFL pre-processor options. Pre-processor is a part of AFL engine that processes formulas BEFORE they are executed. #pragma allows to change pre-processor behaviour. Preprocessor is responsible for inclusion of external files via #include command. Pre-processor #pragmas can also affect behavior of Analysis window and declared static variable prefixes Currently #pragma supports the following commands:
|
EXAMPLE |
#pragma nocache |
SEE ALSO | #include() function |
The #pragma function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.