tw1111.pp 135 B

1234567
  1. var
  2. v : 0..5;
  3. sMin, sMax : 0..5; // if top of range is less than 32, get compiler Panic
  4. begin
  5. if v in [sMin..sMax] then ;
  6. end.