Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
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.)