I have a loop with a couple of conditions, which means that when the loop is finished, it will proceed to go through the remaining loop segment. How can I force the program to s
You'll have to jump past them. That's the only flow control you get. Try to emulate the structure you would use in a higher level language, though, so as to avoid making spaghetti code.