Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pragma [2019/07/08 12:27] neilspragma [2019/07/08 12:27] (current) neils
Line 9: Line 9:
 The ''PRAGMA'' directive sets a compiler option. You can find the list of the supported options [[compiler_options|here]]. If the option is not supported, a warning will be emitted. The ''PRAGMA'' directive sets a compiler option. You can find the list of the supported options [[compiler_options|here]]. If the option is not supported, a warning will be emitted.
  
-**Note**: ''PRAGMA'' directives must be placed in the beginning of the program. The only statement allowed before a ''PRAGMA'' statement is [[[[rem|REM]]]].+**Note**: ''PRAGMA'' directives must be placed in the beginning of the program. The only statement allowed before a ''PRAGMA'' statement is ''[[rem|REM]]''.
  
 Example: Example: