Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
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.)