Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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