Concept Flow - Jump statement overview
Start Execution
Normal Code Runs
Jump Statement?
No→Continue Normal Execution
Yes
Jump to Target
Resume Execution at Target
End or Loop Back
The program runs normally until it hits a jump statement, then it jumps to a specific point and continues execution from there.