declare


 procedure p1

 is

 begin

   null;

 end;


begin

 null;


 begin

   null;

   p1;

 end;


exception

 when others then


   begin

     null;

     p1;

   end;


end;

/

+ Recent posts