2
0
florian 19 жил өмнө
parent
commit
e8e0d2b6eb

+ 3 - 2
tests/test/texception2.pp

@@ -20,9 +20,10 @@ var
 begin
    for i:=1 to 20 do
      try
-        d;
+       d;
      except
        on exception do
-         ;
+        ;
      end;
+   writeln('ok');
 end.