Jump anywhere: Difference between revisions

m
Line 2,933:
2) 'Goto' only allowed unconditionally jumping to a label within the function it belongs to.
 
3) Labelled 'break' and 'continue' statements, are preferred alternatives to 'unsafe goto' usage.
 
4) Labelled 'break' and 'continue' allow easy breaking out of a nested loop or continuing within a loop.
291

edits