fprettify icon indicating copy to clipboard operation
fprettify copied to clipboard

Variable names confused w/ relational operators

Open dbroemmel opened this issue 2 years ago • 0 comments
trafficstars

Relational operators may be confused with variable names in longer conditional statements. Take, e.g.

     if ( a .gt. b .and. ne .lt. c)

which will be re-formatted to

     if (a .gt. b.and .ne. lt.c)

breaking code.

dbroemmel avatar Jul 11 '23 07:07 dbroemmel