On Sat May 15 06:21:47 2010, moritz wrote:
> 15:18 <@moritz_> rakudo: sub foo() { return 1,2,:c<3> }; say foo().perl
> 15:18 <+p6eval> rakudo 16e953: OUTPUT«(1, 2, "c" => Any)»
>
Still wrong, but updated:
$ ./perl6 -e 'sub foo() { return 1,2,:c<3> }; say foo().perl'
(1, 2, "c" => Mu)
--
Will "Coke" Coleda
