D
Dan Pop
In said:Nope. "Fixed format" is just a ruse to cover up what is actually
fixed indentation. If those rules were violated you didn't even
get to what was semantically equivalent because you never got past
compilation.
If you put your Fortran continuation character in the wrong column
you could easily end up with errors.
The point is that those columns had meaning to the compiler hence one
had to indent, hence indentation had meaning.
You're confusing fixed format and indentation. No amount of indentation
past column 7 has any semantic meaning in any Fortran version I'm familiar
with. Fixed format Fortran *completely* ignores any space character that
is not part of a "string literal". Because of this, it is sheer idiocy to
claim that indentation plays any *semantic* role in fixed format Fortran.
Dan