PARSE,
* PARSE, ( "chars<">" -- )

Store a char-delimited string in data space as a counted
string. As seen in Bawd's
 : ," [CHAR] " PARSE  STRING, ; IMMEDIATE

this implementation is much different from Bawd's
 : PARSE, PARSE STRING, ;

FORTH/BASE core_misc ordinary primitive