GOTO
Goto is a good idea when none of the built-in control features do exactly what you want and when you can express what you want with a goto.
Also note that the goto statement has a very specific use case. The language specification on goto states that it cannot skip variables that go into scope and it cannot skip to other blocks.
goto minhaLabel