You can invoke Gforth with an image file image instead of the
default `gforth.fi' with the -i
flag (see section Invoking Gforth):
gforth -i image
If your operating system supports starting scripts with a line of the
form #! ...
, you just have to type the image file name to start
Gforth with this image file (note that the file extension .fi
is
just a convention). I.e., to run Gforth with the image file image,
you can just type image instead of gforth -i image
.
#!
-- gforth ``hash-bang''
an alias for \
Go to the first, previous, next, last section, table of contents.