foo.pas(11,6) Warning: Variable "b" does not seem to be initialized
foo.pas(11,6) Error: Incompatible types: got "Array[0..1000] Of Array[0..5000] Of LongInt" expected "LongInt"
foo.pas(12,7) Error: Operator is not overloaded: "Array[0..1000] Of Array[0..5000] Of LongInt" + "LongInt"
foo.pas(13,35) Error: Incompatible types: got "LongInt" expected "Array[0..1000] Of Array[0..5000] Of LongInt"
foo.pas(14,9) Error: Incompatible types: got "LongInt" expected "Array[0..1000] Of Array[0..5000] Of LongInt"
foo.pas(19) 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)