# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73486]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73486 >
<colomon> rakudo: .say for "hello";
<p6eval> rakudo 5b81df: OUTPUT«hello»
* masak submits rakudobug
<masak> I'd be very interested in how that occurs.
<colomon> yeah, me too.
<masak> are Str objects iterable now?
<colomon> geez, I hope not!
<masak> I mean accidentally. :)
<colomon> and
<colomon> rakudo: for "hello" { .say }
<p6eval> rakudo 5b81df: OUTPUT«hello»
<masak> o.O
<masak> curiouser and curiouser.