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

17 строки
665B

  1. Collapse OS usage guide
  2. This document is not meant to be an introduction to Forth, but
  3. to instruct the user about the peculiarities of this Forth
  4. implementation. The recommended introductory book is Starting
  5. Forth by Leo Brodie. This is the reference that was used to
  6. build this implementation and many of the conventions described
  7. in this book are followed in Collapse OS. Be sure to refer to
  8. the dictionary (B30) for a word reference.
  9. Contents
  10. 5 Number literals 6 Compilation vs meta-comp.
  11. 8 Interpreter I/O 11 Signed-ness
  12. 17 DOES> 18 Disk blocks
  13. (cont.)