mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:11:23 +02:00
* fixed typo
This commit is contained in:
parent
47386fceef
commit
0a5399c03e
@ -12,7 +12,7 @@ begin
|
|||||||
I:=I*2;
|
I:=I*2;
|
||||||
If I/k*100>100 then
|
If I/k*100>100 then
|
||||||
begin
|
begin
|
||||||
Writeln('Error')
|
Writeln('Error');
|
||||||
err:=true;
|
err:=true;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user