in reply to Re^2: Syntax Highlighting Editors Beware
in thread Syntax Highlighting Editors Beware
The mathematic notation bit may be sound, except for the bit about "...being followed by a letter."
And being a member of the Cabal of Fortran Programmers, no Fortran programmer would ever consider '-' to be a reasonable character to permit in a variable name. Code like
is bad enough; allowing code likeIF( IF .NE. NE .OR. NE .EQ. OR) THEN(IF, OR, NE)
where IF - NE is an arithmetic operation and IF-NE is a variable would be insufferable.IF(IF .NE. IF - NE) .OR. IF-NE .NE. NE) THEN(IF, NE, IF-NE)
|
|---|