foo.pas(39,9) Error: Can't read or write variables of this type
foo.pas(40,7) Error: Operator is not overloaded: "Array[1..100] Of arr" = "ShortInt"
foo.pas(40,20) Error: Incompatible types: got "ShortInt" expected "Array[1..100] Of arr"
foo.pas(41,12) Error: Operator is not overloaded: "Array[1..100] Of arr" = "ShortInt"
foo.pas(41,26) Error: Incompatible types: got "ShortInt" expected "Array[1..100] Of arr"
foo.pas(76,7) Error: Operator is not overloaded: "Array[1..100] Of arr" = "ShortInt"
foo.pas(76,38) Error: Incompatible types: got "Array[1..100] Of arr" expected "LongInt"
foo.pas(97,4) Fatal: There were 7 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)