vocs:forth_usual — ordinary primitive
FORTH
VOCS ( -- )();p4:"vocs";
VOCS ( -- )(
)
list all vocabularies in the system
simulate: : VOCS VOC-LINK @ BEGIN DUP WHILE DUP ->WORDLIST.NAME @ ID. ->WORDLIST.LINK @ REPEAT DROP ;