Handbook
Glossary
emit-string ( char document -- )
Vocabulary
html5
Inputs
char
an
object
document
an
object
Outputs
None
Definition
USING:
io
kernel
prettyprint
;
IN:
html5
:
emit-string
( char document -- )
drop
"emit-string: "
write
.
;