if-then-else
if-then-else else
if
...
goto
goto if goto
goto
16.1.5 goto else
else
else goto
goto
C goto else
if ( StatusOK )
{
if ( DataAvail )
{
ImportantVar = x;
Goto MID_LOOP;
}
}
else
{
ImportantVar = GetVal( );
MID_LOOP ;
/ lots of code /
......
}
——
goto goto