Re: Numeric Literals (Summary 2)

[email protected] (Michael Lazzaro) Tue, 19 Nov 2002 09:13:10 -0800
Newsgroups perl.perl6.documentation
Message-ID <[email protected]>
On Monday, November 18, 2002, at 10:57  AM, Michael Lazzaro wrote:

>
> --- Numeric Literals ---
>
>    62:zZ       # base 62 (?)
>    62:z.Z      # base 62 (identical?)
>    62:z_Z      # base 62 (identical?)
>    62:Zz       # base 62 (not identical?)

Doh!  That shouldn't be in there anymore... for bases above 36, you 
must use dotted (coloned) notation.  So these four are all illegal.

MikeL