# New Ticket Created by  Richard Hainsworth 
# Please include the string:  [perl #74476]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74476 >


IRC #perl6 April 18 circa 22.50

finanalyst: alpha: my @a = 1,2,3,4; for @a[ 1 .. *-1 ] { .say }
p6eval: alpha 30e0ed: OUTPUT«2␤3␤4␤»
finanalyst: rakudo: my @a = 1,2,3,4; for @a[ 1 .. *-1 ] { .say }
p6eval: rakudo 842d2b: ( no output )


Reply via email to