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