5 lines
66 B
Text
5 lines
66 B
Text
try
|
|
Z := DoDiv (X,Y);
|
|
except
|
|
on EDivException do Z := 0;
|
|
end;
|