17.08.2017, 14:02
Ew. Goto should never be used. It's bad practice, it leads to spaghetti code and it's a pain in the ass to debug. There's always a way to solve a problem without the need for goto. In this case it should just be a plain old for-loop.