Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
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.)