Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

INCLUDE

Syntax:

include "filename.bas"
include "path/to/filename.bas"

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.