Hello,
this code:
"bbbbabbbbb" => string foo;
foo => stdout;
"bbbbabbbbb" => stdout;
produces this output:
bbbbbbbbbb
bbbbabbbbb
The fifth char is incremented by one for any string.
I am using the windows binary, version 1.1.5.2.
--
Fredrik Arnerup <e97_far(a)e.kth.se>