GPDL Pragma Directives

DungeonCraft Help Home

There are keywords that you can insert almost anywhere in a program to affect the way the GPDL compiler behaves. These are very much like the #pragma statements in a C++ program.

The keywords all start with a '#'.

#PUBLIC

Causes all subsequent $FUNC definitions to be declared $PUBLIC.