Handbook
Glossary
compile-tag ( tag -- )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
tag
an
object
Outputs
None
Definition
USING:
accessors
kernel
namespaces
sequences
;
IN:
html.templates.chloe.compiler
:
compile-tag
( tag -- )
check-tag
[
main>>
tag-stack
get
push
]
[
(compile-tag)
]
bi
tag-stack
get
pop*
;