This wiki is out of date, use the continuation of this wiki instead

Precompiler

From FenixWiki

Revision as of 13:21, 30 December 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


Definition

The precompiler is for executing commands before the actual compiling. This can be useful for many things:

  • Defining words as other words or values
  • Defining functions as a list of statements
  • Protecting codefiles from being included multiple times
  • Enable whole sections of code with one define

A list of basic statements:

Personal tools