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


ciphertext: rakudo: (1,2,3 Z 4,5,6).perl.say
p6eval: rakudo c9ee2e: OUTPUT«(1, 4, 2, 5, 3, 6)␤»
ciphertext: rakudo: (1,2,3 Z[,] 4,5,6).perl.say
p6eval: rakudo c9ee2e: OUTPUT«(1, 4, 2, 5, 3, 6)␤»
pmichaud: > (1,2,3 Z[,] 4,5,6).perl.say
pmichaud: ((1, 4), (2, 5), (3, 6))
pmichaud: (in the new branch)
ciphertext: pmichaud: that's what i'm getting, but the spec says that Z
should be an alias for Z[,]
ciphertext: "The Z, operator is perhaps more clearly written as Z[,].
However, this list form is common enough to have a shortcut, the ordinary
infix Z operator described earlier."
pmichaud: sounds like a rakudo bug to me then.

Also from S03:

1,2 Z 3,4   # (1,3),(2,4)

Attachment: zip.patch
Description: Binary data

Reply via email to