A bit late to the game, but...

<masak> here's a shorter version:
<masak> m: my $y = 1; sub foo($x) { $y-- && foo("z"); { say $x } }; foo("x")
<camelia> rakudo-moar d179b4: OUTPUT«z␤z␤»
<masak> again, should say "z␤x␤"
* masak adds the example to RT #109322

Reply via email to