Handbook Glossary
factorcode.org
all-vocabs-really ( -- seq )


Vocabulary
help.html

Inputs
None

Outputs
seqan object


Definition
USING: kernel sequences vocabs vocabs.hierarchy ;

IN: help.html

: all-vocabs-really ( -- seq )
all-disk-vocabs-recursive filter-vocabs
[ vocab-name "scratchpad" = ] reject ;