tb0337.pp 81 B

12345
  1. var
  2. s : string;
  3. begin
  4. s:={$ifdef fpc}'~[v]~'{$else}'~['#25']~'{$endif};
  5. end.