# New Ticket Created by  "Jimmy Zhuo" 
# Please include the string:  [perl #105872]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=105872 >


JimmyZ> nom: if 42 -> *@_ { say @_.perl }
p6eval> nom 1f9310: OUTPUT«Array.new()␤»

JimmyZ> niecza: if 42, 44, 22 -> *@a { say @a.perl }
p6eval> niecza v12-10-ga8ad0e9: OUTPUT«(42, 44, 22)␤»

JimmyZ>nom: if 42, 44, 22 -> *@a { say @a.perl }
p6eval>nom 1f9310: OUTPUT«Array.new()␤»

jnthn> JimmyZ: oh, oddness...
jnthn> JimmyZ: Anyway, I can probably fix it. Feel free to submit a ticket.

JimmyZ> nom: while 42, 44, 22 -> *@a { say @a.perl; last }
p6eval> nom 70d715: OUTPUT«Array.new()␤»
JimmyZ> niecza: while 42, 44, 22 -> *@a { say @a.perl; last }
p6eval> niecza v12-11-g20a790d: OUTPUT«(42, 44, 22)␤»

Reply via email to