docs.roxen.comView this page in a printer friendly mode
DocsPike7.0TutorialThe Preprocessor
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

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.