WORD WL-HASH WORDLIST
WORD ( delimiter-char -- )  
ansi .6.1.2450 <CORE>
read the next SOURCE section (thereby moving >IN ) up to the point reaching $delimiter-char - the text is placed at HERE - where you will find a counted string. You may want to use PARSE instead.

reference: p4_word in ../src/core.c:1889, export CO WORD