http://qs321.pair.com?node_id=935178

rir has asked for the wisdom of the Perl Monks concerning the following question:

use v6; say rout(); sub rout { return $var; } my $var = "Hey";
This outputs Any().

Is this correct behavior?

Is there or will there be a uninitialized warning mechanism?

Be well,
rir