Handbook
Glossary
[write] ( string -- )
Furnace framework
»
Furnace presentation layer
»
Chloe templates
»
Extending Chloe
»
Extending Chloe with custom tags
Prev:
tag-stack
Next:
[code] ( quot -- )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
string
a
string
Outputs
None
Word description
Compiles code which writes the string when the template is called.
Definition
USING:
namespaces
sequences
;
IN:
html.templates.chloe.compiler
:
[write]
( string -- )
string-buffer
get
push-all
;