On Thu, Jul 10, 2008 at 12:45 PM, Jon Lang <[EMAIL PROTECTED]> wrote: > So if '++' works on strings, it might be reasonable to have "bob"++ == "boc".
I was assuming that would continue to be true, as it is currently in
Perl5, Pugs, and Rakudo.
(Well, technically "bob"++ is an error, but { my $x = "bob"; return
++$x; } yields "boc". :))
--
Mark J. Reed <[EMAIL PROTECTED]>
