uunit3b.pp 113 B

12345678910111213
  1. unit uunit3b;
  2. interface
  3. uses
  4. uunit3c;
  5. type
  6. tpl = uunit3c.tpl;
  7. implementation
  8. end.