On Fri Jan 04 04:38:30 2013, bbkr wrote:
> On 2012.12:
> 
> <bbkr__> r: sub f($x) { multi return($nv) { nextwith($nv /2); };
> return $x; }; say f 6
>   <p6eval> rakudo 70262f: OUTPUT«===SORRY!===␤Method 'is_dispatcher'
> not found for
> invocant of class 'Block'␤»

Pretty much unchanged:

$ perl6 -e 'sub f($x) { multi return($nv) { nextwith($nv /2); }; return $x; }; 
say f 6'
===SORRY!===
Cannot find method 'is_dispatcher'
$ perl6 --version
This is perl6 version 2015.06-217-g3776723 built on MoarVM version 
2015.06-48-g017d184
-- 
Will "Coke" Coleda

Reply via email to