компилятор ФОРТРАНА (FORTRAN) (FORTRAN compiler (FORTRAN))
Входные файлы (Input files)
The input file shall be one of the following: a text file
containing FORTRAN source code; an object file in the format
produced by fort77 -c
; or a library of object files, in the
format produced by archiving zero or more object files, using ar.
Implementations may supply additional utilities that produce
files in these formats. Additional input files are
implementation-defined.
A <tab> encountered within the first six characters on a line of
source code shall cause the compiler to interpret the following
character as if it were the seventh character on the line (that
is, in column 7).