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.