ub0440.pp 66 B

1234567
  1. unit ub0440;
  2. interface
  3. const
  4. a = 'test';
  5. implementation
  6. end.