Previous Topic: Language FeaturesNext Topic: ALWAYS


#include

#include

Enables the include file to be parsed. Any assigned variables in the header file are inserted into the global scope of the script. The header file can include functions that can be invoked from the script or from the interpreter. The Include files must contain appropriate statements and must not be ended with a semicolon.

First parameter:

The file name (string value)

Usage:
#include <file name>
Example:
#include "Script.hdr"