uunit2a.pp 137 B

1234567891011121314
  1. unit uunit2a;
  2. interface
  3. uses
  4. uunit2b;
  5. type
  6. tr = uunit2b.tr;
  7. tpl = uunit2b.tpl;
  8. implementation
  9. end.