V1/man/man1/for.1

Compare this file to the similar file:
Show the results in this format:

        11/3/71                                                      FOR (I)


NAME              for -- fortran

SYNOPSIS          for file

DESCRIPTION       for is a nearly complete fortran compiler. file is the name
                  of a fortran source program to be compiled. The following
                  is a list of differences between for and ANSI standard
                  fortran:

                  1. arbitrary combination of types are allowed in
                     expressions. Not all combinations are expected to be
                     supported in runtime. All of the normal conversions
                     involving integer, real and double precision are
                     allowed.

FILES             f.tmpl, 2 3        temporary
                  /etc/f1, 2 3 4     passes
                  /etc/xx            runtime

SEE ALSO

DIAGNOSTICS       Diagnostics are given by number. If the source code is
                  available, it is printed with an underline at the current
                  character pointer. A listing of error numbers is
                  available.

BUGS              The following is a list of those features not yet
                  implemented: functions, arithmetic statement functions.
                  data statements, complex constants, hollerith constants,
                  continuation cards

OWNER             dmr, ken