Usage
Includes other rsl files in an rsl run.
Syntax
INCLUDE “rsl-path”;
Example
The following RSL file, inc.rsl, contains several include statements:
-- inc.rsl
include "dbnodes.rsl";
include "connections.rsl";
include "methods.rsl";
include "schedulers.rsl";
include "routingsets.rsl";
include "tables.rsl";
include "mappings.rsl";
Note:
- The compiler ignores including an already included file.
- When a model is exported as multiple .rsl files, the exported Include file begins with the following statement:
ON ERRORS CONTINUE;
For more information about the ON ERRORS statement, see On Errors.