Content deleted Content added
m →[[Ada (programming language)|Ada]]: add declaration in example, removed epilogue as this is handled by the template |
|||
Line 18:
'''with''' Ada.Exceptions; '''use''' Ada.Exceptions;
Some_Error : '''exception''';▼
'''procedure''' Foo '''is'''
'''begin'''
Do_Something_Interesting;
|