Handbook
Glossary
($instances) ( element -- )
Vocabulary
help
.
markup
Inputs
element
an
object
Outputs
None
Definition
USING:
kernel
words
;
IN:
help.markup
:
($instances)
( element -- )
dup
word?
[
($link)
"s"
print-element
]
[
print-element
]
if
;