Dan Sugalski writes:
:    my $foo :integer;

I expect that would be

    my int $foo;

If PI ends up being a "managed" Perl6, you might see things like this though:

    my int $foo : bits(16);

Larry

Reply via email to