WORDS WORDLIST WRITE-FILE
WORDS ( -- )  
ansi 15.6.1.2465 <TOOLS>
uses CONTEXT and lists the words defined in that vocabulary. usually the vocabulary to list is named directly in before.
 example:
    FORTH WORDS  or  LOADED WORDS

reference: p4_words in ../src/toolkit.c:0211, export CO WORDS