Command Reference : Programming Language Reference
  
 
include
Include another file in a program.
The include statement is used to include the contents of another file in a program file.
If an include file is specified without an absolute path, the base location will be taken from the location of the program file, not from the default directory.
Syntax
include filename
Cross-references
See “Multiple Program Files”. See also call.