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

17 строки
462B

  1. CURRENT points to the last dict entry.
  2. HERE points to current write offset.
  3. IP is the Interpreter Pointer
  4. PARSEPTR holds routine address called on (parse)
  5. C<* holds routine address called on C<. If the C<* override
  6. at 0x08 is nonzero, this routine is called instead.
  7. IN> is the current position in IN(, which is the input buffer.
  8. IN(* is a pointer to the input buffer, allocated at runtime.
  9. (cont.)