Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

17 líneas
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.)