Name

new-wordlist:chainlist — ordinary primitive

Synopsis

EXTENSIONS
NEW-WORDLIST ( "name" -- )(); 
 ;

Description

create a new WORDLIST and a "name" with a runtime of ( -- wordlist* )

 : NEW-WORDLIST WORDLIST VALUE ;
 : NEW-WORDLIST CREATE: WORDLIST ;

usually used for DO-ALL-WORDS / DO-SYNONYM