Is there a way to compile this program?
PROGRAM HELLO
WRITE(*,1)
1 FORMAT('Hello World')
END
ifort doesn't like the FOR in columns 4,5,and 6. I have some source (hundreds of files) that is fixed format but labelled lines like format and continue don't start in column 7.
Illegal character in statement label field.
thanks.