Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
550B

  1. Block editor
  2. This is an application to conveniently browse the contents of
  3. the disk blocks and edit them. You can load it with "105 LOAD".
  4. Browse mode: If you execute BROWSE, the Forth interpreter is
  5. replaced by browser's loop. Typing "Q" quits the browser.
  6. In this mode, typing a decimal number followed by space or
  7. return lists the contents of that block. B for previous block,
  8. N for next.
  9. When not in browse mode, your prompt is a regular Forth prompt
  10. with editor words loaded.
  11. (cont.)