$Header: /home/radek/cvs/forth-book/dictionary/ansi/0080.paren,v 1.1 2003/12/28 18:21:57 radek Exp $

Jméno

( — „paren“, zahájení kometáře

Přehled

( "ccc<paren>" → ) ; IMMEDIATE

Definováno v: dpANS Forth 6.1.0080 CORE

Definováno v: dpANS Forth 11.6.1.0080 FILE

Popis

Ignoruje vše až do „)

Description

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.

Příklad použití

*FIXME:

Kód slova v Qurtus Forthu

Příklad 45. *:[90]