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