bug0149a.pp 88 B

12345678910
  1. unit bug0149a;
  2. interface
  3. Const tset = [1,2,3,4,5];
  4. c = 1;
  5. implementation
  6. end.