fork(1) download
  1. {$R+}
  2. type array_index = 0 .. 9;
  3. var x: array_index;
  4. var war: array[array_index] of array_index;
  5. begin
  6. x := Trunc(Pi * 3);
  7. war[x+1] :=
  8. High(array_index);
  9. end.
Runtime error #stdin #stdout #stderr 0s 4476KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Runtime error 201 at $00000000004010DD
  $00000000004010DD