pascalabcnet/TestSamples/CompilationSamples/Program89.pas

7 lines
76 B
ObjectPascal
Raw Normal View History

2015-05-14 22:35:07 +03:00
begin
try
raise new System.Exception('Ha-ha');
finally
writeln(1);
end;
end.