fork(1) download
  1. program ideone;
  2. var
  3. A: Real;
  4. B: Integer;
  5. begin
  6. A := 33;
  7. B := A;
  8. Write(B);
  9. end.
Compilation error #stdin compilation error #stdout 0s 9128KB
stdin
Standard input is empty
compilation info
prog.pas: In main program:
prog.pas:7: error: incompatible types in assignment
stdout
Standard output is empty