Preprocessors are not part of ScriptBasic. They can be implemented as external DLLs and should be configured in the configuration file.
When a line contains
USE preprocessorname
this reader module loads the preprocessor DLL or SO (dll under unix) file.
void reader_LoadPreprocessors(pReadObject pRo,
pSourceLine *pLine
){