Hi,

> An interger that begins with a zero is still an integer ? 
> 
> integer? 12345
> == true
> >> integer? 01234
> == true

For the purposes of joining it to a url! or a string! -

>> zip: 02155
== 2155
>> type? zip
== integer!
>> join "My zip is " zip
== "My zip is 2155"

Isn't quite true.  Whereas -

>> zip: #02155
== #02155
>> type? zip
== issue!
>> join "My zip is " zip
== "My zip is 02155"

Is correct.

- Chris

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to