loop
___The_loop_code_I_always_want_to_execute;
___if I_want_to_execute_the_rest_of_the_code then
______The_rest_of_the_code;
___end if;
end loop;