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