Re: Numeric Literals (Summary)

[email protected] (Michael Lazzaro) Thu, 14 Nov 2002 10:32:38 -0800
Newsgroups perl.perl6.documentation
Message-ID <[email protected]>
On Thursday, November 14, 2002, at 10:28  AM, Michael Lazzaro wrote:
> W/ regards to numeric literals, here are a number of 
> examples/proposals that we should verify the behavior of.  Anything I 
> missed?

Oh, this is ignoring the issue of floats in bases other than 10.  I'm 
not dissing the idea, it has some merit.  If we chose to do it, then

	0x00_ff  !=  0x00.ff

and other things, as people have pointed out.

MikeL