Re: Numeric Literals (Summary 2)

[email protected] (Michael Lazzaro) Mon, 18 Nov 2002 11:48:18 -0800
Newsgroups perl.perl6.documentation
Message-ID <[email protected]>
On Monday, November 18, 2002, at 11:37  AM, Garrett Goebel wrote:
> In perl5, octel is signified by the leading zero. There is no 0c0123
> notation.

Right, but on p6l we had been talking about eliminating the assumed 
octalness of 0123, therefore requiring us to come up with an alternate 
syntax, e.g. 0c0123.  Because assuming octalness on leading zero is a 
back-@$$ed affront to humanity that leads to things like:

    0123 != '0123'

MikeL