# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #115630]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115630 >


<masak> nr: sub foo { our $bar = 3 }; foo; say our $bar
<p6eval> niecza v22-19-gd874a8e: OUTPUT«3␤»
<p6eval> ..rakudo 5dd878: OUTPUT«Any()␤»
* masak submits rakudobug
<masak> nqp: sub foo() { our $bar := 3 }; foo(); our $bar; say($bar)
<p6eval> nqp: OUTPUT«3␤»

nqp and Niecza and I agree: it should be 3, not Any.

Reply via email to