Chip Salzenberg <[EMAIL PROTECTED]> wrote: > my $i is register;
> I See A Great Need. Well, the Perl6 notation is: my int $i; that even specifies, which kind of register is used. The caveat WRT continuation still applies. And such natural typed variables aren't stored in the lexical pad. leo