bug0154.pp 84 B

12345678
  1. type
  2. week=(mon,tue,wed);
  3. Var
  4. w : week;
  5. w1 : mon..tue;
  6. begin
  7. w1:=w;
  8. end.