On Sat Mar 20 11:00:52 2010, masak wrote:
> <masak> rakudo: { &^c("$^a, $^b") }.("morning", "perl6ers", &say)
> <p6eval> rakudo 7ccf14: OUTPUT«Not enough positional parameters
> passed; got 3 but expected 4 [...]
> <masak> jnthn: help me with this one :) 4?
> <masak> rakudo: { &^c("$^a, $^b") }.("morning", "perl6ers", &say, &say)
> <p6eval> rakudo 7ccf14: OUTPUT«morning, say»
> * masak submits rakudobug
> <jnthn> masak: erm....
> * jnthn stares at the bug, horrified
> * masak dances the rakudobug mambo
> <colomon> is that related to the masochism tango?
> <masak> colomon: yes, but even more to the masakism tango. :)
Fixed:
20:21 < [Coke]> rakudo: { &^c("$^a, $^b") }.("morning", "perl6ers", &say)
20:21 <+p6eval> rakudo 38907e: OUTPUT«morning, perl6ers»
Closable with tests.
--
Will "Coke" Coleda