impluni2.pp 79 B

12345678910
  1. unit impluni2;
  2. interface
  3. const
  4. ICantUseThis = 10000;
  5. implementation
  6. end.