home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / piwg / z000231.ada < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.4 KB  |  65 lines

  1. procedure z000231 is
  2.     begin
  3.     block_1: declare exception_1: exception;
  4.     begin -- block_1
  5.     raise exception_1;
  6.     exception -- block_1
  7.     when others =>
  8.     block_2: declare exception_2: exception;
  9.     begin -- block_2
  10.     raise exception_2;
  11.     exception -- block_2
  12.     when others =>
  13.     block_3: declare exception_3: exception;
  14.     begin -- block_3
  15.     raise exception_3;
  16.     exception -- block_3
  17.     when others =>
  18.     block_4: declare exception_4: exception;
  19.     begin -- block_4
  20.     raise exception_4;
  21.     exception -- block_4
  22.     when others =>
  23.     block_5: declare exception_5: exception;
  24.     begin -- block_5
  25.     raise exception_5;
  26.     exception -- block_5
  27.     when others =>
  28.     block_6: declare exception_6: exception;
  29.     begin -- block_6
  30.     raise exception_6;
  31.     exception -- block_6
  32.     when others =>
  33.     block_7: declare exception_7: exception;
  34.     begin -- block_7
  35.     raise exception_7;
  36.     exception -- block_7
  37.     when others =>
  38.     block_8: declare exception_8: exception;
  39.     begin -- block_8
  40.     raise exception_8;
  41.     exception -- block_8
  42.     when others =>
  43.     block_9: declare exception_9: exception;
  44.     begin -- block_9
  45.     raise exception_9;
  46.     exception -- block_9
  47.     when others =>
  48.     block_10: declare exception_10: exception;
  49.     begin -- block_10
  50.     raise exception_10;
  51.     exception -- block_10
  52.     when others =>
  53.         null;
  54.     end block_10;
  55.     end block_9;
  56.     end block_8;
  57.     end block_7;
  58.     end block_6;
  59.     end block_5;
  60.     end block_4;
  61.     end block_3;
  62.     end block_2;
  63.     end block_1;
  64.     end z000231;
  65.