We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have seen fortran code using tags to describe if constructs like so
some_tag: if (.true.) then print*, 1 else some_tag print*, 2 end if some_tag
The problem is that the tag at else is incorrectly highlighted.
else