18.6.2.2008
PARSE
 
XCHAR EXT
 
( xchar "ccc<xchar>" -- c-addr u )

Parse ccc in the input stream delimited by xchar.

c-addr is the address (within the input buffer) and u is the length of the parsed string. If the parse area was empty, the resulting string has a zero length.