* WORD ( delimiter-char -- here-addr ) 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.
WORD
( delimiter-char -- here-addr )
>SOURCE
>IN
>HERE
>PARSE
core ordinary primitive