tunit2.pp 166 B

123456789101112131415161718
  1. { %VERSION=1.1 }
  2. { %RECOMPILE }
  3. unit tunit2;
  4. interface
  5. uses
  6. uunit2a;
  7. const
  8. l = tpl(10);
  9. type
  10. pr = ^tr;
  11. implementation
  12. end.