Handbook
Glossary
compile-with-scope ( quot -- )
Furnace framework
»
Furnace presentation layer
»
Chloe templates
»
Extending Chloe
»
Extending Chloe with custom tags
Prev:
compile-children>string ( tag -- )
Next:
Examples of custom Chloe tags
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
quot
a
quotation
Outputs
None
Word description
Calls the quotation and wraps any output it compiles in a
with-scope
form.
Definition
USING:
namespaces
;
IN:
html.templates.chloe.compiler
:
compile-with-scope
( quot -- )
compile-quot
[
with-scope
]
[code]
;
inline