Handbook
Glossary
vocab-heading. ( vocab -- )
Vocabulary
mason
.
test
Inputs
vocab
an
object
Outputs
None
Definition
USING:
io
io.styles
kernel
vocabs
;
IN:
mason.test
:
vocab-heading.
( vocab -- )
nl
"==== "
write
[
vocab-name
]
[
lookup-vocab
write-object
]
bi
":"
print
nl
;