I was reading some c++ code, and i saw something interesting.
The code was something like this:
repeat: ...code here.... fallback: ...code here.
It is a label, to which you can jump using a goto.
goto
Whether one should use gotos in a program is another matter entirely.