I was reading some c++ code, and i saw something interesting.
The code was something like this:
repeat: ...code here.... fallback: ...code here.
A label is generally the target of a goto in C++.