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 script's global scope. The header file can include functions that can be called from the script or from the interpreter. Include files must contain appropriate statements. This include statement should not be ended with a semicolon.

First parameter:

The file name (string value)

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