while( CONDITION_A ) { if( CONDITION_B ) { # DO SOMETHING last; # Exits loop immediately. } }