From: Troy Denkinger Date: 2006-11-18T02:49:55+09:00 Subject: Re: ruby equivalent PHP function is_numeric? ------=_Part_46636_2057583.1163785792661 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline What purpose does the underscore play? I see that it is accepted, I just > can't figure out why. I have never seen it as part of proper numeric > syntax, anywhere, in three decades in this business. It's used to make numbers easier to read: 1_000_000_000 vs. 1000000000 ------=_Part_46636_2057583.1163785792661--