On Fri, Oct 21, 2011 at 9:14 AM, Will Coleda via RT
wrote:
> On Mon Sep 19 20:57:19 2011, coke wrote:
>> On Mon Apr 05 14:21:29 2010, coke wrote:
>> > On Sun Jan 11 00:21:58 2009, pmichaud wrote:
>> > > On Mon Nov 24 09:12:36 2008, masak wrote:
>> > > > rakudo: for 1..5 -> $a, $b { say $a, $b }
>
On Mon Sep 19 20:57:19 2011, coke wrote:
> On Mon Apr 05 14:21:29 2010, coke wrote:
> > On Sun Jan 11 00:21:58 2009, pmichaud wrote:
> > > On Mon Nov 24 09:12:36 2008, masak wrote:
> > > > rakudo: for 1..5 -> $a, $b { say $a, $b }
> > > > rakudo 33137: OUTPUT[1234StopIterationcurrent
> instr.:
On Mon Apr 05 14:21:29 2010, coke wrote:
> On Sun Jan 11 00:21:58 2009, pmichaud wrote:
> > On Mon Nov 24 09:12:36 2008, masak wrote:
> > > rakudo: for 1..5 -> $a, $b { say $a, $b }
> > > rakudo 33137: OUTPUT[1234StopIterationcurrent instr.:
> > > '_block11' pc 78 (EVAL_15:29)]
> > >
> > > I
On Mon Nov 24 09:12:36 2008, masak wrote:
> rakudo: for 1..5 -> $a, $b { say $a, $b }
> rakudo 33137: OUTPUT[1234StopIterationcurrent instr.:
> '_block11' pc 78 (EVAL_15:29)]
>
> I haven't searched the specs or the tests for what should happen, but
> I'm pretty sure this shouldn't throw an e
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #60780]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60780 >
rakudo: for 1..5 -> $a, $b { say $a, $b }
rakudo 33137: OUTPUT[1234StopIterationcur