I remember the ridiculous attempts to stop the use of GOTOs. I understand that the newer (post FORTRAN IV) compilers permit you to reduce the use of GOTOs, and that really is good. The code does tend to be easier to read. But sometimes, you just need a GOTO.
I remember the ridiculous attempts to stop the use of GOTOs. I understand that the newer (post FORTRAN IV) compilers permit you to reduce the use of GOTOs, and that really is good. The code does tend to be easier to read. But sometimes, you just need a GOTO.