Content deleted Content added
Line 19:
==== Exception handling and propagation ====
'''with''' Ada.Exceptions
'''procedure''' Foo '''is'''
Line 33:
'''when''' Error : '''others''' =>
''-- Handle all others''
Ada.Text_IO.Put
Ada.Text_IO.Put_Line
Ada.Text_IO.Put_Line
'''end''' Foo;
|