04-files.fth 229 B

123456789
  1. \ include a file
  2. s" file.fth" included
  3. \ load multiple files by mentioning them on command line
  4. gforth file1.fth file2.fth file3.fth
  5. \ make sure, that Gforth exists and does not drop into a REPL.
  6. gforth code.fs tests.fs -e bye