foo.pas(17,8) Error: Incompatible types: got "Boolean" expected "Array[1..200] Of Boolean"
foo.pas(19,6) Error: Incompatible types: got "LongInt" expected "Array[1..200] Of LongInt"
foo.pas(19,14) Error: Incompatible types: got "LongInt" expected "Array[1..200] Of LongInt"
foo.pas(23,13) Error: Incompatible type for arg no. 1: Got "Array[1..200] Of LongInt", expected "LongInt"
foo.pas(25,35) Error: Incompatible type for arg no. 1: Got "Array[1..200] Of LongInt", expected "LongInt"
foo.pas(26,7) Error: Operator is not overloaded: "Array[1..200] Of LongInt" = "Array[1..200] Of LongInt"
foo.pas(39,6) Error: Incompatible types: got "Boolean" expected "Array[1..200] Of Array[1..200] Of Boolean"
foo.pas(46,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)