pascalabcnet/TestSuite/formatter_tests/should/Try5.pas

6 lines
71 B
ObjectPascal
Raw Permalink Normal View History

2018-05-24 21:34:09 +03:00
begin
try
except
on e: Exception do writeln else
end;
end.