RosettaCodeData/Task/Exceptions/DWScript/exceptions-3.dw
2013-04-11 11:14:19 -07:00

8 lines
99 B
Text

procedure Test3;
begin
try
test2;
finally
PrintLn('Test3 finally');
end;
end;