On Fri, 28 Feb 2003, Adrian Vickers wrote:
Gosh, I had /no/ idea that Fortran was a
"column-sensitive" programming
language; I thought that COBOL was the only one...
What other languages are column sensitive? I'd guess at APL, but I'm sure
there are others.
APL doesn't care.
C is certainly NOT column sensitive, EXCEPT that many/some compilers
demand that pre-processor directives (#define, #include) be left
justified.