Handbook
Glossary
string>html ( string -- sequence )
Vocabulary
modern
.
html
Inputs
string
an
object
Outputs
sequence
an
object
Definition
USING:
kernel
;
IN:
modern.html
:
string>html
( string -- sequence )
[
V{
}
clone
0
]
dip
lex-html
2drop
check-tag-stack
;