# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63946] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63946 >
<frooh> rakudo: my $frew; $frew ||= 5; say $frew; <p6eval> rakudo 84920e: OUTPUT«get_iter() not implemented in class 'Integer[...] <frooh> rakudo: my $frew; $frew //= 5; say $frew; <p6eval> rakudo 84920e: OUTPUT«5» <frooh> weird <frooh> I wonder if maybe it's a parsing error <jnthn> frooh: Yes <jnthn> frooh: It's parsing it as infix:<||> prefix:<=> <frooh> ah, k <jnthn> (Because we didn't define a ||=)