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 -- )
dup
<foo>
swap
[
<foo>
write-html
]
curry
( -- )
html-word
;