* fixed expected high value

This commit is contained in:
peter 2004-05-24 15:21:02 +00:00
parent f4e0bc3881
commit a966964657

View File

@ -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);