example.fth 171 B

12345
  1. \ https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Files-Tutorial.html
  2. s" foo.txt" r/o open-file throw Value fd-in
  3. s" bar.txt" w/o create-file throw Value fd-out