contents   index   previous   next



Token replacement macros

 

The #define preprocessor directive, which can be thought of and used as a macro, is supported by ScriptEase. As an example, the following token replacement is recognized and implemented during the preprocessing phase of script interpretation.

 

#define NULL 0

 


Back quote strings