Free Pascal Compiler version 2.6.4 [2014/03/06] for i386
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Win32 for i386
Compiling foo.pas
foo.pas(8,18) Error: Identifier not found "size"
foo.pas(9,18) Error: Identifier not found "size"
foo.pas(10,12) Error: Identifier not found "f"
foo.pas(19,11) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(20,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(21,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(22,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(23,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(24,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(25,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(26,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(27,15) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(32,11) Error: Incompatible types: got "ShortInt" expected "Array[0..100] Of SmallInt"
foo.pas(36,13) Error: Incompatible types: got "ShortInt" expected "Array[0..100] Of SmallInt"
foo.pas(38,12) Error: Illegal assignment to for-loop variable "i"
foo.pas(40,38) Error: Incompatible types: got "ShortInt" expected "Boolean"
foo.pas(43,4) Fatal: There were 16 errors compiling module, stopping
Fatal: Compilation aborted
Error: C:\FPC\2.6.4\bin\i386-win32\ppc386.exe returned an error exitcode (normal if you did not specify a source file to be compiled)