Слово ERROR: различия между версиями

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


== ERROR в fig-FORTH Release 1 glossary, май 1979 (англ.) ==
== ERROR в fig-FORTH Release 1 glossary, май 1979 (англ.) ==
  ERROR f n --
  ERROR line --- in blk
         Issue an error message number n, if the boolean flag is true.
         Execute error notification and restart of system. WARNING is first
        examined. If 1, the text of line n, relative to screen 4 of drive O
        is printed. This line number may be positive or negative, and beyond
        just screen 4. If WARNING=O, n is just printed as a message number
        (non disc installation). If WARNING is -l, the definition (ABORT) is
        executed, which executes the system ABORT. The user may cautiously
        modify this execution by altering (ABORT).
        fig-FORTH saves the contents of IN and BLK to assist in determining
        the location of the error. Final action is execution of QUIT.





Версия от 20:49, 7 сентября 2015

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

Диагностика ошибок Форт ИТЭФ


ERROR в fig-FORTH Release 1 glossary, май 1979 (англ.)

ERROR line --- in blk
       Execute error notification and restart of system. WARNING is first
       examined. If 1, the text of line n, relative to screen 4 of drive O
       is printed. This line number may be positive or negative, and beyond
       just screen 4. If WARNING=O, n is just printed as a message number
       (non disc installation). If WARNING is -l, the definition (ABORT) is
       executed, which executes the system ABORT. The user may cautiously
       modify this execution by altering (ABORT).
       fig-FORTH saves the contents of IN and BLK to assist in determining
       the location of the error. Final action is execution of QUIT.


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


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