tbs0106.pp 199 B

123456789101112
  1. {$R-}
  2. { I think this now occurs with most type casting... }
  3. { I think type casting is no longer considered?? }
  4. Var
  5. Sel: Word;
  6. Sel2: byte;
  7. Begin
  8. Sel:=word($7fffffff);
  9. Sel2:=byte($7fff);
  10. end.