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


10:04 < moritz_> rakudo: say (<a b c> Z 1..10).perl
10:05 < p6eval> rakudo 33300: OUTPUT[elements() not implemented in class
'Range'#current instr.: 'infix:Z' pc 4039 (src/gen_builtins.pir:2555)#]
10:05 < moritz_> rakudo: say (<a b c> Z list(1..10)).perl
10:05 < p6eval> rakudo 33300: OUTPUT[["a", 1, "b", 2, "c", 3]#]

So infix:<Z> doesn't seem to like Range objects

(sorry, the copy & paste substituted the newline character with #, I'm on an
 UTF-8 deprived terminal rights now :-/ )

Reply via email to