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

  1. Inner core
  2. This unit represents core definitions that happen right after
  3. native definitions. Before core.fs.
  4. Unlike core.fs and its followers, this unit isn't self-
  5. sustained. Like native defs it uses the machinery of a full
  6. Forth interpreter, notably for flow structures.
  7. Because of that, it has to obey specific rules:
  8. 1. It cannot compile a word from higher layers. Using
  9. immediates is fine though.
  10. (cont.)