Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

17 líneas
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.)