Handbook
Glossary
describe-other-classes ( classes -- )
Vocabulary
help
.
vocabs
Inputs
classes
an
object
Outputs
None
Definition
USING:
arrays
help.markup
kernel
sequences
words
;
IN:
help.vocabs
:
describe-other-classes
( classes -- )
[
"Other classes"
$subheading
[
[
<$pretty-link>
]
[
"metaclass"
word-prop
<$pretty-link>
]
bi
2array
]
map
{
{
$strong
"Class"
}
{
$strong
"Class type"
}
}
prefix
$table
]
unless-empty
;