Handbook
Glossary
def-for-html-word-</foo> ( name -- )
Vocabulary
html
.
elements
Inputs
name
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
html.elements
:
def-for-html-word-</foo>
( name -- )
</foo>
dup
[
write-html
]
curry
( -- )
html-word
;