6 lines
71 B
ObjectPascal
6 lines
71 B
ObjectPascal
begin
|
|
try
|
|
except
|
|
on e: Exception do writeln else
|
|
end;
|
|
end. |