Handbook
Glossary
define-tags ( word effect -- )
Vocabulary
xml
.
syntax
.
private
Inputs
word
an
object
effect
an
object
Outputs
None
Definition
USING:
kernel
words
;
IN:
xml.syntax.private
:
define-tags
( word effect -- )
[
dup
dup
"xtable"
word-prop
compile-tags
]
dip
define-declared
;