Contents
Syntax
The syntax for
include{options}(params)
@include{options}(params)
Description
The
Note: If you attempt to include the same file more than once Nift will not throw an error, it just wont process the file more than once. For example if you have two different type files
Options
The following options are available for
option | description |
---|---|
parse files to include with |
|
parse files to include with |
|
option | description |
f++ example
Examples of
include("process.f") include{n++}("process.n")
n++ example
Examples of
@include{f++}("process.f") @include("process.n")