* fixed compilation

git-svn-id: trunk@6367 -
This commit is contained in:
tom_at_work 2007-02-07 20:44:48 +00:00
parent 3e5f64e16f
commit 499d77d975

View File

@ -20,7 +20,7 @@ begin
a[$ffffffff]:=1;
b[$ffffffff]:=2;
c[$ffffffff]:=3;
if a+b+c<>6 then
if (a[$ffffffff]+b[$ffffffff]+c[$ffffffff])<>6 then
halt(1);
writeln(a[$ffffffff]);
writeln(b[$ffffffff]);