RosettaCodeData/Task/Exceptions/DWScript/exceptions-3.dw

9 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
procedure Test3;
begin
try
test2;
finally
PrintLn('Test3 finally');
end;
end;