Pike7.0TutorialThe Preprocessor

   

Preprocessor Directives

The Preprocessor

When a Pike file is executed, the source code is first run through the preprocessor, which performs textual transformations on the source code. The preprocessor is controlled with preprocessor directives, which are program lines that start with the character "#". It is usually best not to use preprocessor directives.