There is a discussion about the gforth banner there:
https://www.reddit.com/r/Forth/comments/151jmg7/hidding_banner_in_gforth_starting_a_fs_program/
the problem is by invoking gforth program.fs, it's starting first the informations within the program, or the result itself, and THEN the gforth banner. It's possible to use the bye or the quit command, but it might be more intuitive or logical to display the banner only when gforth is invoked alone.
There is a discussion about the gforth banner there:
https://www.reddit.com/r/Forth/comments/151jmg7/hidding_banner_in_gforth_starting_a_fs_program/
the problem is by invoking
gforth program.fs, it's starting first the informations within the program, or the result itself, and THEN the gforth banner. It's possible to use thebyeor thequitcommand, but it might be more intuitive or logical to display the banner only when gforth is invoked alone.