fork download
  1. program tretas;
  2. Var Integer : integer;
  3.  
  4. Begin
  5.  
  6. Integer := 0;
  7.  
  8. End.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas:2: error: identifier `integer' redeclared in a scope where an outer value was used
stdout
Standard output is empty