foo.pas(13,8) Error: Can't read or write variables of this type
foo.pas(19,9) Error: Incompatible type for arg no. 2: Got "Array[0..50] Of Array[0..50] Of LongInt", expected "LongInt"
foo.pas(20,7) Error: Operator is not overloaded: "Array[0..50] Of Array[0..50] Of LongInt" + "ShortInt"
foo.pas(21,8) Error: Can't read or write variables of this type
foo.pas(36,9) Error: Incompatible type for arg no. 2: Got "Array[0..50] Of Array[0..50] Of LongInt", expected "LongInt"
foo.pas(38,7) Error: Operator is not overloaded: "Array[0..50] Of Array[0..50] Of LongInt" + "ShortInt"
foo.pas(49,11) Warning: Variable "b" does not seem to be initialized
foo.pas(49,1) Error: Operator is not overloaded: inc "Array[0..50] Of Array[0..50] Of LongInt"
foo.pas(49,1) Error: Incompatible types: got "untyped" expected "Array[0..50] Of Array[0..50] Of LongInt"
foo.pas(64,7) Error: Operator is not overloaded: "Array[0..50] Of Array[0..50] Of LongInt" + "LongInt"
foo.pas(71,4) Error: Incompatible types: got "LongInt" expected "Array[0..50] Of Array[0..50] Of LongInt"
foo.pas(72,4) Error: Incompatible types: got "LongInt" expected "Array[0..50] Of Array[0..50] Of LongInt"
foo.pas(84,4) Fatal: There were 11 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)