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