3
votes
1answer
425 views

Does anyone have a good example/sample of “goto” spaghetti code? [closed]

I've read a lot about how GoTo was considered harmful and removed for other control structures that were more intuitive. Does anyone have a good example / sample of goto spaghetti code? Preferrably, ...