Flow-control structures: Difference between revisions

m
→‎goto: Clarified comments
(Added Java goto example.)
m (→‎goto: Clarified comments)
Line 189:
goto skip;
}
//this code is skipped if the goto is executed
someOtherMethod(anotherVariable);
crazyAlgorithm();
Anonymous user