fork download
  1. program tretas;
  2. Var Integer : real;
  3. Var a : Integer;
  4.  
  5. Begin
  6.  
  7. Integer := 0;
  8.  
  9. End.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas:3: error: type name expected, `Integer' given
stdout
Standard output is empty