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(14,8) Error: Operator is not overloaded: "Matrix" * "LongInt"
foo.pas(14,1) Error: Incompatible types: got "untyped" expected "LongInt"
foo.pas(17,6) Error: Incompatible types: got "LongInt" expected "Matrix"
foo.pas(42,5) Error: Incompatible types: got "LongInt" expected "Matrix"
foo.pas(45,23) Error: Incompatible types: got "ShortInt" expected "Matrix"
foo.pas(48,4) Fatal: There were 5 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)