Name

word:core — ordinary primitive

Synopsis

FORTH
WORD ( delimiter-char -- here-addr )(); 
 ;

Description

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.

dpANS .6.1.2450 - standard forth word