Mirror of CollapseOS
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
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.)