Hi,

I've played wit x and xx operators and found interesting result using
rakudo star:

> join("|", (1,2) x 10)
1 21 21 21 21 21 21 21 21 21 2

Is this expected? If true please explain this to me :) Because I
expected 12121212121212121212 or 12|12|12|12|12|12|12|12|12|12

PS. perl6 --version
This is perl6 version 2014.01 built on parrot 5.9.0 revision 0

-- 
Regards

Kamil Kułaga

Reply via email to