tw3492.pp 119 B

12345678910
  1. { %fail }
  2. {$mode fpc}
  3. { This is not allowed in normal fpc mode }
  4. resourcestring
  5. s = 'OK';
  6. begin
  7. writeln(s);
  8. end.