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

IF( IF .NE. NE .OR. NE .EQ. OR) THEN(IF, OR, NE)
is bad enough; allowing code like
IF(IF .NE. IF - NE) .OR. IF-NE .NE. NE) THEN(IF, NE, IF-NE)
where IF - NE is an arithmetic operation and IF-NE is a variable would be insufferable.


Information about American English usage here and here. Floating point issues? Please read this before posting. — emc