On Monday, November 18, 2002, at 10:57 AM, Michael Lazzaro wrote:
Doh! That shouldn't be in there anymore... for bases above 36, you must use dotted (coloned) notation. So these four are all illegal.--- Numeric Literals ---62:zZ # base 62 (?) 62:z.Z # base 62 (identical?) 62:z_Z # base 62 (identical?) 62:Zz # base 62 (not identical?)
MikeL