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