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
639B

  1. Extra words
  2. The Core words (B350) 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. Because more than one program can use the same extra words,
  11. conditional loaders are recommended. If you want to load all
  12. words do "152 LOAD" which conditionally loads all extra words.