FORTRAN 77 Language Reference

Extended Lines

To extend the source line length to 132 characters, use the -e option.@ Otherwise, by default, f77 ignores any characters after column 72.

Example: Compile to allow extended lines:


demo% f77 -e prog.f