foo.pas(50,7) Error: Operator is not overloaded: "Array[0..300000] Of Array[1..9] Of SmallInt" <= "ShortInt"
foo.pas(50,19) Error: Operator is not overloaded: "Array[1..300000] Of LongInt" <= "LongInt"
foo.pas(53,26) Error: Incompatible types: got "Array[1..9] Of SmallInt" expected "SmallInt"
foo.pas(57,4) Error: Incompatible types: got "Array[1..9] Of Array[1..5] Of SmallInt" expected "LongInt"
foo.pas(57,11) Error: Incompatible types: got "Array[1..9] Of Array[1..5] Of SmallInt" expected "LongInt"
foo.pas(58,7) Error: Incompatible types: got "Array[1..9] Of Array[1..5] Of SmallInt" expected "LongInt"
foo.pas(58,20) Error: Incompatible types: got "Array[1..9] Of Array[1..5] Of SmallInt" expected "LongInt"
foo.pas(78,10) Error: Incompatible types: got "Array[0..300000] Of Array[1..9] Of SmallInt" expected "SmallInt"
foo.pas(83,10) Error: Operator is not overloaded: "Array[1..300000] Of LongInt" + "ShortInt"
foo.pas(110,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)