LOOP
    <statements>
END LOOP;

LOOP defines an unconditional loop that's repeated indefinitely until terminated by an EXIT or RETURN statement.