tb0080.pp 350 B

12345678910111213
  1. { Old file: tbs0092.pp }
  2. { The unfixable bugs. Maybe we find a solution one day. OK 0.99.6 (FK) }
  3. {The unfixable bug. Maybe we get an idea when we keep looking at it.
  4. Daniel Mantione 5 februari 1998.}
  5. const
  6. a:1..4=2; {Crash 1.}
  7. b:set of 1..4=[2,3]; {Also crashes, but is the same bug.}
  8. begin
  9. writeln(a);
  10. end.