File:  [gforth] / gforth / Attic / gforth.1
Revision 1.2: download - view: text, annotated - select for diffs
Sat Oct 7 17:38:13 1995 UTC (28 years, 6 months ago) by anton
Branches: MAIN
CVS tags: HEAD
added code.fs (code, ;code, end-code, assembler)
renamed dostruc to dofield
made index and doc-entries nicer
Only words containing 'e' or 'E' are converted to FP numbers.
added many wordset comments
added flush-icache primitive and FLUSH_ICACHE macro
added +DO, U+DO, -DO, U-DO and -LOOP
added code address labels (`docol:' etc.)
fixed sparc cache_flush

.TH GForth 1 "November 27, 1994" \" -*- nroff -*-

.SH NAME

GForth

.SH SYNOPSIS

\fCgforth\fR [initialization options] [image-specific options]

.SH DESCRIPTION

\fBGForth\fR is a fast and portable implementation of the Forth
programming language. For details read the manual.

.SH ENVIRONMENT VARIABLES

\fCGFORTHPATH\fR
gives the search path for source files.

.SH EXAMPLES

\fCgforth\fR

starts the system and goes into interactive mode.

\fCgforth file1 file2 -e bye\fR

loads and interprets the files \fCfile1\fR and \fCfile2\fR, then
exits.

.SH SEE ALSO

The GForth manual is available in hypertext (Info, HTML) and printable
(TeX, PS) forms.

The ANS Forth document (i.e., the standard).

More information on Gforth (e.g., pointers to new versions, to the
manual on the WWW and to papers about Gforth) is available through
\fChttp://www.complang.tuwien.ac.at/projects/forth.html\fR.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>