On Thu, Nov 14, 2002 at 12:24:50AM -0800, Dave Storrs wrote: : On Wed, Nov 13, 2002 at 12:33:09PM -0800, Larry Wall wrote: : > : 1_2_3_4______5___6 (absurd, but doable) : > : > Nope, _ is allowed only between digits (counting a-f as digits in hex). : > : > Larry :
: Does this mean that you can't use _ in numbers if the radix is : higher than 16? (For example, in base 20, the letters A-J should be : considered to be digits...can you put underscores between them?) I didn't say that higher letters couldn't be "digits" in higher radixes. : Also, on this subject...what happens if I want to use "letter notation" : in a base higher than 36? What happens then is that people will think you're silly. :-) Larry