Compiler output
Free Pascal Compiler version 2.6.4+dfsg-4 [2014/10/14] for x86_64
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling prog.pas
prog.pas(11,9) Warning: Variable "l" does not seem to be initialized
prog.pas(17,9) Error: Identifier not found "i"
prog.pas(17,8) Error: Ordinal expression expected
prog.pas(17,8) Error: Illegal counter variable
prog.pas(18,14) Error: Identifier not found "i"
prog.pas(21,8) Error: Identifier not found "i"
prog.pas(21,7) Error: Ordinal expression expected
prog.pas(21,7) Error: Illegal counter variable
prog.pas(22,11) Error: Identifier not found "i"
prog.pas(22,24) Error: Identifier not found "i"
prog.pas(23,14) Error: Identifier not found "i"
prog.pas(29,4) Fatal: There were 10 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)