Handbook
Glossary
compile-end-tag ( tag -- )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
tag
an
object
Outputs
None
Definition
USING:
xml.writer
;
IN:
html.templates.chloe.compiler
:
compile-end-tag
( tag -- )
"</"
[write]
name>string
[write]
">"
[write]
;