Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
562B

  1. Extra words
  2. The Core words (B420) section contains the absolute minimum
  3. needed to get a usable Forth interpreter with input buffer and
  4. disk blocks access running. The goal here is to minimize the
  5. binary size of a minimum Collapse OS install.
  6. Extra words are words you will most likely want because they
  7. are generally useful. They are so useful that they are part
  8. of the Dictionary (B30).
  9. Some programs need them, so they will automatically LOAD them.
  10. To that end, the loader is conditional: it aborts if extra
  11. words are already present. Load with "152 LOAD".