PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > Others > include
include

Format:

include “file”, “file”, ...;

Include specified Rittle source files during compilation.

 

Not an actual function but instruction to RSC to include source code from external text files into the compilation process. Does not produce own executing code.

The inclusion happens at the exact spot where “include” is placed. If more than one file is specified, all are included and compiled sequentially.