ub0308.pp 146 B

12345678910111213
  1. unit ub0308;
  2. interface
  3. type
  4. tr = record
  5. case a : (x,y,z) of
  6. x : (l : longint);
  7. end;
  8. implementation
  9. end.