Vocabularyclasses.
hierarchyInputsclass | a class, use tuple to print the whole hierarchy |
OutputsNone
Word descriptionPrint the class hierarchy layout on the output stream, with the name of its vocabulary.
ErrorsThrows an error if
class is not a class.
Examples
tuple hierarchy.
"GADGETS.TXT" utf8 [ gadget hierarchy. ] with-file-writer
Definition