1 |
Iterate through a block of code until a condition is met |
|
2 |
Transfer the execution control from one block of code to another block by a label |
|
3 |
Transfer the execution control from one block of code to another block by a label when the specific condition is met |
|
4 |
To skip the execution of code inside the loop for the current iteration and to move the control to the beginning of the loop for the next iteration |
|
5 |
To skip a specific set of lines of code during execution |
|
6 |
To end/terminate the test immediately |
|