Quick question: assume that I have the following structure, will the "continue" command successfully lead me to the next iteration in the outermost for loop?
@jonnin: hmm... yeah I heard about "goto is bad" thing although in Fortran it is always used. Maybe later I will know more about why it is bad. At the moment I am trying to avoid it as much as possible due to this. Thanks for this note as well!
@mbozzi: thank you for referring me to this article! As I am not a native English speaker and I am not quite familiar with programming yet, it seems to me that it is bad practice in that it interrupts the flow of the language but I might be interpreting it entirely wrong lol