fork download
  1. {$R+}
  2. program ideone;
  3. type
  4. dia = 3..5;
  5. var
  6. pituh: dia;
  7. begin
  8. pituh:= 3;
  9. repeat
  10. WriteLn(pituh);
  11. Inc(pituh)
  12. until false;
  13. end.
Runtime error #stdin #stdout #stderr 0s 4396KB
stdin
Standard input is empty
stdout
3
4
5
stderr
Runtime error 201 at $00000000004010DD
  $00000000004010DD