USING: arrays kernel sequences sets sorting tools.vocabs.browser ; : using-line ( vocab -- str ) dup ".private" append tuck [ vocab-uses ] bi@ append prune remove natural-sort "USING:" prefix ";" suffix " " join ;