tunit5.pp 102 B

12345678910111213
  1. unit tunit5;
  2. interface
  3. uses
  4. tunit4;
  5. type
  6. pr = ^tr;
  7. implementation
  8. end.