Integer comparison: Difference between revisions

Content added Content deleted
Line 219: Line 219:
end
end


In ISO FORTRAN 90 or later you can use symbolic relational operators (<, >, ==, etc.)
In ISO Fortran 90 or later you can use symbolic relational operators (<, >, ==, etc.)
program compare
program compare
integer :: a, b
integer :: a, b