Break, continue and goto statements

Home > Computer Science > Programming Languages > Control Structures > Break, continue and goto statements

These statements allow you to change the order in which instructions are executed or to exit a loop entirely.