Paul writes:
> My P6 syntax is still weak, though. Maybe
>
> given big_calc() { return $_ if $_ }
Using C<for> works in Perl 5. Is there anything preventing this working
in Perl 6:
for big_calc() { return $_ if $_ }
Smylers
Paul writes:
> My P6 syntax is still weak, though. Maybe
>
> given big_calc() { return $_ if $_ }
Using C<for> works in Perl 5. Is there anything preventing this working
in Perl 6:
for big_calc() { return $_ if $_ }
Smylers