# New Ticket Created by Moritz Lenz # Please include the string: [perl #123830] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123830 >
$ perl6-m -e 'say "abc".ords xx 2' $ should be 97 98 99 97 98 99 Tested in S03-operators/repeat.t