hierarchy. ( class -- )


Vocabulary
classes.hierarchy

Inputs
classa class, use tuple to print the whole hierarchy


Outputs
None

Word description
Print the class hierarchy layout on the output stream, with the name of its vocabulary.

Errors
Throws an error if class is not a class.

Examples

tuple hierarchy.


"GADGETS.TXT" utf8 [ gadget hierarchy. ] with-file-writer


Definition