Handbook
Glossary
compile-string ( string -- )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
string
an
object
Outputs
None
Definition
USING:
kernel
namespaces
xml.entities
;
IN:
html.templates.chloe.compiler
:
compile-string
( string -- )
string-context?
get
[
escape-string
]
unless
[write]
;