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