# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69204] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69204 >
<masak> rakudo: say "oh hai" .= uc <p6eval> rakudo 2953ac: OUTPUT«OH HAI» <masak> rakudo: say "oh hai"."uc" <p6eval> rakudo 2953ac: OUTPUT«OH HAI» <masak> rakudo: my $a = "oh hai"; say $a.="uc" <p6eval> rakudo 2953ac: OUTPUT«OH HAI» <masak> rakudo: my $a = "oh hai"; say $a .= "uc" <sjohnson> heh <p6eval> rakudo 2953ac: OUTPUT«.= must have a call on the right hand side [...] * masak submits rakudobug
