Quote:
Originally Posted by Slice
I use goto sometimes to jump back into loops. I have extensively tested its stability and never found any issues as long as I use it carefully. In assembly, a while-loop ultimately uses the same asm opcodes to loop as goto does.
|
Fair enough if you've performed some kind of research and found that out.