develooper Front page | perl.perl6.language | Postings from April 2001

Re: Sane "+" string concat proposal

Thread Previous | Thread Next
From:
Mark Koopman
Date:
April 24, 2001 11:49
Subject:
Re: Sane "+" string concat proposal
Message ID:
3AE5CBBD.8BF9EAE9@websidestory.com
>    Perl 5                        Perl 6
>    ----------------------------- ----------------------------
>    print "Next is " . $i + 1;    print "Next is " + $i + 1;


this is the root of the problem....Perl 5 version is easy to 
understand,  Perl 6 version is still ambiguous

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About