foo.pas(14,59) Warning: Variable "a" does not seem to be initialized
foo.pas(26,59) Warning: Variable "b" does not seem to be initialized
foo.pas(41,5) Error: Operator is not overloaded: "Array[0..20010] Of LongInt" + "LongInt"
foo.pas(42,5) Error: Operator is not overloaded: "Array[0..20010] Of LongInt" > "SmallInt"
foo.pas(43,8) Error: Operator is not overloaded: "Array[0..20010] Of LongInt" div "SmallInt"
foo.pas(44,6) Error: Operator is not overloaded: "Array[0..20010] Of LongInt" mod "SmallInt"
foo.pas(61,4) Fatal: There were 4 errors compiling module, stopping
Fatal: Compilation aborted
Error: C:\FPC\2.6.0\bin\i386-win32\ppc386.exe returned an error exitcode (normal if you did not specify a source file to be compiled)