#Include
(Note: Command without the leading „#“ command feore Versionen 2012.r7.1, Syntax modified.)
Include a external source code file at this position.
Syntax: #Include "FilePath"
FilePath: is a constant string with an absolute or relative path to the file. „/“ or „\“ are permitted in the path name.
Example:
#include "Libraries/NewFunction.luna"