foo.pas(10,8) Error: Incompatible types: got "Boolean" expected "Array[1..200] Of Boolean"
foo.pas(13,18) Error: Incompatible types: got "Array[1..200] Of Array[0..200] Of LongInt" expected "Byte"
foo.pas(13,36) Error: Incompatible types: got "Array[1..200] Of Array[0..200] Of LongInt" expected "Byte"
foo.pas(14,18) Error: Incompatible types: got "Array[1..200] Of Array[0..200] Of LongInt" expected "Byte"
foo.pas(14,34) Error: Incompatible type for arg no. 1: Got "Array[1..200] Of Array[0..200] Of LongInt", expected "SmallInt"
foo.pas(11,13) Error: Incompatible types: got "Array[1..200] Of Array[0..200] Of LongInt" expected "SmallInt"
foo.pas(22,25) Error: Operator is not overloaded: "Array[1..200] Of Array[1..200] Of LongInt" = "ShortInt"
foo.pas(32,6) Warning: Variable "b" does not seem to be initialized
foo.pas(36,6) Error: Incompatible types: got "ShortInt" expected "Array[1..200] Of Array[1..200] Of LongInt"
foo.pas(37,9) Warning: Variable "link" does not seem to be initialized
foo.pas(37,1) Error: Operator is not overloaded: inc "Array[1..200] Of Array[0..200] Of LongInt"
foo.pas(37,1) Error: Incompatible types: got "untyped" expected "Array[1..200] Of Array[0..200] Of LongInt"
foo.pas(38,12) Error: Incompatible types: got "Array[1..200] Of Array[0..200] Of LongInt" expected "Byte"
foo.pas(55,8) Warning: Variable "ans" does not seem to be initialized
foo.pas(67) Fatal: There were 11 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)