fork download
  1. program ideone;
  2.  
  3. const foo: Integer = 1;
  4.  
  5. begin
  6. foo := 2;
  7. WriteLn(foo);
  8. end.
Success #stdin #stdout 0s 276KB
stdin
Standard input is empty
stdout
2