fork download
  1. begin
  2. { a }
  3. (* b *)
  4. (* c }
  5. { d *)
  6. {e { f } }
  7. {g (* h *) }
  8. //{i (* j } *)
  9. (* k { l } *)
  10. (* m { n *) }
  11. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Free Pascal Compiler version 2.2.0 [2009/11/16] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Linux for i386
Compiling prog.pas
prog.pas(6,4) Warning: Comment level 2 found
prog.pas(10,13) Fatal: illegal character "'}'" ($7D)
Fatal: Compilation aborted
Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
stdout
Standard output is empty