IncludeDirective ::= |
|
Used by: |
A script can include other scripts. Files are simply copied into the enclosing file, and included files can include others.
Conditional include is supported either based on an boolean Expression, on the existence or non-existence of a constant, or simply if the included file exists or not.