Used to initalize the preprocessor.
Syntax
Parameters
Returns
Exceptions
Exception
|
any exception thrown.
|
Notes
Requires that stec.pp.pp be imported.
Resets the level, the line number, resets __iPP__, __TIMESTAMP__, __DATE__, __TIME__, __FILE__, __CWD__ and flags the __LINE__ directive to be generated.
Must be called before first calling _preprocess().
Example
pp._init()
|