Goto Minimization
The code generator tries to minimize the number of goto statements that are needed. This tends to make the code readable and structured. However, this is not always possible and goto statements may appear in the generated code.
Restructuring the flowchart or using statecharts instead of flowcharts may eliminate generated
goto
code.