Differences

This shows you the differences between two versions of the page.


v3:include [2021/11/24 10:46] (current) – created neils
Line 1: Line 1:
 +====== INCLUDE ======
 +
 +===== Syntax =====
 +
 +  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. The path must be a relative path to the current source file.
 +
 +===== See also =====
 +
 +  * [[v3:code_modules]]