fill
Passes a source string through the Templex parser.
Syntax
fill(source)
Argument
- source
- A string to pass through the parser.
Example
Templex Expression | Result |
---|---|
{fill(“{1+2}”)} |
3 |
Curve Math Vectors | Result |
---|---|
fill(“{1+2}”) |
3 |
Comments
Treats the source string as a Templex template and returns the output from that template (if any).