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
- Re: RFC: Foreign objects in per... Dan Sugalski
- Re: RFC: Foreign objects in per... Ken Fox
- Re: RFC: Foreign objects in per... Dan Sugalski
- Re: RFC: Foreign objects in per... Dan Sugalski
- Re: RFC: Foreign objects in perl Ken Fox
- Re: RFC: Foreign objects in perl Dan Sugalski
- Re: RFC: Foreign objects in perl Ken Fox
- Re: RFC: Foreign objects in perl Dan Sugalski
- Ramblings on "base class" for SV etc. Nick Ing-Simmons
- Re: Ramblings on "base class" for SV e... Dan Sugalski
- Re: Ramblings on "base class" for ... Larry Wall
- Re: Ramblings on "base class" for SV e... Ken Fox
- Re: Ramblings on "base class" for ... Dan Sugalski
- Re: Ramblings on "base class" ... Ken Fox
- Re: Ramblings on "base class&q... Dan Sugalski
- Re: Ramblings on "base class" ... Nick Ing-Simmons
- Re: Ramblings on "base class&q... Dan Sugalski
- Re: Ramblings on "base cla... Chaim Frenkel
- Re: Ramblings on "base cla... Dan Sugalski
- Re: Ramblings on "base cla... Nick Ing-Simmons
- vtables (was Re: Ramblings on &... Uri Guttman
