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

  1. procedure z000232 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.     block_11: declare exception_11: exception;
  54.     begin -- block_11
  55.     raise exception_11;
  56.     exception -- block_11
  57.     when others =>
  58.     block_12: declare exception_12: exception;
  59.     begin -- block_12
  60.     raise exception_12;
  61.     exception -- block_12
  62.     when others =>
  63.     block_13: declare exception_13: exception;
  64.     begin -- block_13
  65.     raise exception_13;
  66.     exception -- block_13
  67.     when others =>
  68.     block_14: declare exception_14: exception;
  69.     begin -- block_14
  70.     raise exception_14;
  71.     exception -- block_14
  72.     when others =>
  73.     block_15: declare exception_15: exception;
  74.     begin -- block_15
  75.     raise exception_15;
  76.     exception -- block_15
  77.     when others =>
  78.     block_16: declare exception_16: exception;
  79.     begin -- block_16
  80.     raise exception_16;
  81.     exception -- block_16
  82.     when others =>
  83.     block_17: declare exception_17: exception;
  84.     begin -- block_17
  85.     raise exception_17;
  86.     exception -- block_17
  87.     when others =>
  88.     block_18: declare exception_18: exception;
  89.     begin -- block_18
  90.     raise exception_18;
  91.     exception -- block_18
  92.     when others =>
  93.     block_19: declare exception_19: exception;
  94.     begin -- block_19
  95.     raise exception_19;
  96.     exception -- block_19
  97.     when others =>
  98.     block_20: declare exception_20: exception;
  99.     begin -- block_20
  100.     raise exception_20;
  101.     exception -- block_20
  102.     when others =>
  103.         null;
  104.     end block_20;
  105.     end block_19;
  106.     end block_18;
  107.     end block_17;
  108.     end block_16;
  109.     end block_15;
  110.     end block_14;
  111.     end block_13;
  112.     end block_12;
  113.     end block_11;
  114.     end block_10;
  115.     end block_9;
  116.     end block_8;
  117.     end block_7;
  118.     end block_6;
  119.     end block_5;
  120.     end block_4;
  121.     end block_3;
  122.     end block_2;
  123.     end block_1;
  124.     end z000232;
  125.