Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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