foo.pas(34,31) Warning: Variable "t" does not seem to be initialized
foo.pas(42,5) Error: Operator is not overloaded: "Array[-1..10000] Of Array[0..500] Of LongInt" > "Array[-1..10000] Of Array[0..500] Of LongInt"
foo.pas(42,16) Error: Incompatible types: got "Array[-1..10000] Of Array[0..500] Of LongInt" expected "LongInt"
foo.pas(43,9) Error: Incompatible types: got "Array[-1..10000] Of Array[0..500] Of LongInt" expected "LongInt"
foo.pas(46,5) Error: Operator is not overloaded: "LongInt" + "Array[-1..10000] Of Array[0..500] Of LongInt"
foo.pas(47,6) Error: Incompatible types: got "LongInt" expected "Array[-1..10000] Of Array[0..500] Of LongInt"
foo.pas(50,4) Error: Incompatible types: got "LongInt" expected "Array[-1..10000] Of Array[0..500] Of LongInt"
foo.pas(53,1) Error: Operator is not overloaded: inc "Array[-1..10000] Of Array[0..500] Of LongInt"
foo.pas(53,1) Error: Incompatible types: got "untyped" expected "Array[-1..10000] Of Array[0..500] Of LongInt"
foo.pas(54,5) Error: Incompatible types: got "Array[-1..10000] Of Array[0..500] Of LongInt" expected "LongInt"
foo.pas(67,4) Fatal: There were 9 errors compiling module, stopping
Fatal: Compilation aborted
Error: C:\FPC\2.6.2\bin\i386-win32\ppc386.exe returned an error exitcode (normal if you did not specify a source file to be compiled)