Fortran Line Layout

I program in Fortran from time to time, but not frequently enough that I always remember the odd syntax requirements.  So I'm listing the required statement layout here for future reference.
 
Fortran Statement Layout
Columns 1-5 Label
Column 6 Continuation
Columns 7-72 FORTRAN statements
Columns 73-80 Programmer use
Comment statement - C in column 1 comment in columns 2-72


No comments: