Can I break out of a nested while loop?
I have highlighted with yellow of what happens in my code. As can be seen, if the condition is true it breaks out and the first 'exit' line is executed.
Is there a way I can exit the last exit code (marked with blue ring)