compile-children>string ( tag -- )
Furnace framework » Furnace presentation layer » Chloe templates » Extending Chloe » Extending Chloe with custom tags

Prev:process-children ( tag quot -- )
Next:compile-with-scope ( quot -- )


Vocabulary
html.templates.chloe.compiler

Inputs
taga tag


Outputs
None

Word description
Compiles the tag so that the output it generates is written to a string, which is pushed on the stack when the template runs. A subsequent [code] call must be made with a quotation which consumes the string.

Definition