$Header: /home/radek/cvs/forth-book/dictionary/ansi/0080.paren,v 1.1 2003/12/28 18:21:57 radek Exp $
( — „paren“, zahájení kometáře
( "ccc<paren>" → ) ; IMMEDIATE
Definováno v: dpANS Forth 6.1.0080 CORE
Definováno v: dpANS Forth 11.6.1.0080 FILE
Parse ccc delimited by )
(right parenthesis). (
is an immediate word.
The number of characters in ccc may be zero to the number of characters in the parse area.
Extend the semantics of 6.1.0080 (
to include:
When parsing from a text file, if the end of the parse area is reached before a right parenthesis is found, refill the input buffer from the next line of the file, set >IN to zero, and resume parsing, repeating this process until either a right parenthesis is found or the end of the file is reached.