mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* fixed expected high value
This commit is contained in:
parent
f4e0bc3881
commit
a966964657
@ -9,7 +9,7 @@ var i:Integer;
|
||||
begin
|
||||
Writeln(High(A));
|
||||
|
||||
if High(A)<>1 then
|
||||
if High(A)<>0 then
|
||||
begin
|
||||
writeln('Error!');
|
||||
halt(1);
|
||||
|
Loading…
Reference in New Issue
Block a user