(

Материал из ПМК вики
Перейти к навигации Перейти к поиску

( — стандартное слово Каллисто.

Комментарий — пропустить следующий текст до закрывающей круглой скобки.


( в стандарте ANS Forth

6.1.0080   (                               "paren"                         CORE
       Компиляция: Исполняет семантику выполнения, данную ниже.
       Выполнение: ( "ccc<paren>" -- )
           Выделяет ccc, ограниченное ) (правая круглая скобка). ( - слово 
           немедленного исполнения.
           Число символов в ccc может быть нулевое для числа символов в 
           области анализа.
       См.: 3.4.1 Синтаксический анализ, 11.6.1.0080 (.
A.6.1.0080   (
Типичное использование:
       ...  ( ccc) ...


( в предыдущем стандарте Forth-83 (англ.)

     (            --                            I,M,83         "paren"
                  --   (compiling)
          Used in the form:
                  ( ccc)
          The characters ccc, delimited by ) (closing parenthesis),
          are considered comments.  Comments are not otherwise
          processed.  The blank following ( is not part of ccc.  ( may
          be freely used while interpreting or compiling.  The number
          of characters in ccc may be zero to the number of characters
          remaining in the input stream up to the closing parenthesis.


( в стандарте Forth-79 (англ.)

(              --                            I,122          "paren"
    Used in the form:
         ( ccc)
    Accept  and ignore comment characters from the  input  stream,
    until  the  next  right parenthesis.   As  a  word,  the  left
    parenthesis  must be followed by one blank.   It may freely be
    used while executing or compiling.   An error condition exists
    if the input stream is exhausted before the right parenthesis.

Ссылки


  У этой статьи нет иллюстраций. Вы можете помочь проекту, добавив их.


  Это заготовка статьи. Вы можете помочь проекту, дополнив её.