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