Outer:
loop
-- do something
-- do something else
exit Outer; -- exits both the inner and outer loops
end loop;