Warning

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

This is an old revision of the document!


PRAGMA

Since version 2.1

Syntax:

pragma <option_name> = <value>

The PRAGMA directive sets a compiler option. You can find the list of the supported 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]].

Example:

pragma civars = 1

The above will instruct the compiler to treat variable names case-insensitive.