tunit3.pp 91 B

1234567891011
  1. unit tunit3;
  2. interface
  3. type
  4. tr = record
  5. end;
  6. implementation
  7. end.