V1/man/man7/f1.7

        11/3/71                                        /ETC/F1, F2, F3, F4 (VII)



NAME              f1, f2; f3, f4 -- Fortran compiler

SYNOPSIS

DESCRIPTION       These programs represent the four phases of a Fortran
                  compilation:

                        f1:   specification statements
                        f2:   common and equivalence allocation
                        f3:   executable statements
                        f4:   cleanup

                  Each exec's the next; the first is called by the for
                  command.

FILES             f.tmpl, f.tmp2, f.tmp3

SEE ALSO          for

DIAGNOSTICS

BUGS              Besides the fact that there is a good deal of the Fortran
                  language missing, there is no for command; Fortran is
                  invoked via a command file.

OWNER             ken, dmr