mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 23:24:11 +02:00
no message
This commit is contained in:
parent
84aa52942f
commit
cd8e5f6852
@ -11,5 +11,8 @@ begin
|
||||
d1:=c1/c2;
|
||||
d2:=i1/i2;
|
||||
if d1<>d2 then
|
||||
halt(1);
|
||||
begin
|
||||
writeln('error');
|
||||
halt(1);
|
||||
end;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user