pprint-vocab ( vocab -- )


Vocabulary
vocabs.prettyprint

Definition
USING: kernel prettyprint.sections prettyprint.stylesheet
vocabs ;

IN: vocabs.prettyprint

: pprint-vocab ( vocab -- )
[ vocab-name ] [ lookup-vocab vocab-style ] bi styled-text
;