Integer comparison: Difference between revisions

m
Line 193:
end
 
In ANSI FORTRAN 66 andor later you could use relational operators (.lt., .gt., .eq., etc.) and unstructured IF statements:
program compare
integer a, b
Anonymous user