[EMAIL PROTECTED] wrote:
[Summary of some of the new Perl 6 constructs]
I have answered your questions and made a few comments.
Apart from these what you wrote is accurate.
Damian
-cut--cut--cut--cut--cut-
> my $x is foo = 0;
> Now $x.foo is equal to 1
I've seen in theDamian Sypnosys following code :
$val <= $key
does this mean that we now have also reversed syntax possible for hashes ? and pairs
too ?
raptor
> I've seen in theDamian Sypnosys following code :
>
> $val <= $key
That's not code, that's the contents of a regex.
And it's a joke: that's a less-than-or-equals comparison.
Damian