contents   index   previous   next



#include <filename>|”filename”

Inserts the text of another file into this one. If the file name is enclosed in angle brackets, the preprocessor will only search the current working directory (the directory the preprocessor was invoked from) for the file. If the file name is enclosed in quotation marks, the preprocessor will search the include path for the file. (See below for more information regarding the include path)

 

The ScriptEase source files include header files which have a .jh extension. These header files are located in the ‘Include’ directory of the distribution. It is important to place this directory in the preprocessor’s include path when processing the ScriptEase source.

 


#define |() #undef