foo.pas(48,6) Error: Operator is not overloaded: "Array[1..2000] Of ShortInt" = "LongInt"
foo.pas(53,6) Error: Operator is not overloaded: "Array[1..2000] Of ShortInt" = "LongInt"
foo.pas(83,1) Error: Operator is not overloaded: inc "bitnode"
foo.pas(83,1) Error: Incompatible types: got "untyped" expected "bitnode"
foo.pas(86,9) Error: Operator is not overloaded: "bitnode" = "ShortInt"
foo.pas(88,11) Error: Incompatible types: got "LongInt" expected "bitnode"
foo.pas(98,1) Error: Operator is not overloaded: dec "bitnode"
foo.pas(98,1) Error: Incompatible types: got "untyped" expected "bitnode"
foo.pas(158,53) Error: Operator is not overloaded: "Array[1..2000] Of ShortInt" = "ShortInt"
foo.pas(167,44) Error: Operator is not overloaded: "Array[1..2000] Of ShortInt" = "ShortInt"
foo.pas(172,9) Error: Incompatible types: got "Array[1..2000] Of ShortInt" expected "LongInt"
foo.pas(191) 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)