$Header: /home/radek/cvs/forth-book/dictionary/ansi/2008.parse,v 1.1 2003/12/28 18:21:57 radek Exp $
PARSE — čte/parsuje řetězec ve vstupním bufferu (TIB)
CORE EXT
( char"ccc<char>" → c-addr u ) ;Definováno v: dpANS Forth 6.2.2008 CORE EXT
Čte řetězec ve vstupním bufferu ukončený znakem char.
c-addr je adresa (ve vstupním bufferu) a u je délka čteného řetězce.
*FIXME:Parse ccc delimited by the delimiter char. 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.