# New Ticket Created by jn...@jnthn.net # Please include the string: [perl #76818] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76818 >
02:56 < jnthn> rakudo: my @a=1..5; @a >>+>> 1; @a >>->> 2 02:56 <+p6eval> rakudo da16b5: OUTPUT«===SORRY!===Confused at line 22, near "@a >>->> 2"» 02:56 < jnthn> rakudo: my @a=1..5; @a >>+>> 1; @a >>+>> 2 02:56 <+p6eval> rakudo da16b5: ( no output ) 02:56 < jnthn> rakudo: my @a=1..5; @a >>->> 1 02:56 <+p6eval> rakudo da16b5: OUTPUT«===SORRY!===Confused at line 22, near "@a >>->> 1"» 02:56 < jnthn> rakudo: my @a=1..5; @a <<->> 1 02:57 <+p6eval> rakudo da16b5: ( no output ) 02:57 < jnthn> samlh: Looks like one. 02:57 < jnthn> std: my @a=1..5; @a >>->> 1 02:57 <+p6eval> std 31863: OUTPUT«ok 00:01 117m» 02:57 < jnthn> Yes, certainly bug.