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!


INCLUDE directive

Syntax:

include "filename"
include "path/to/filename"

The INCLUDE directive instructs the compiler to fetch the contents of another source file and include it in the current source. Nested includes are supported.

Note: the path must be a relative path to the current source file.