Hi Hallvard,

> I said "in certain cases" as it returns a string where joining to a
> datatype doesn't make sense, as with numbers...
> 
> >> join 10 20
> == "1020"

There is also this kind of exception (or bug? or special rule?):

>> t? join <4> 3
== tag!
>> t? join 3 <4>
== string!

>> t? join <4> $3
== tag!
>> t? join $3 <4>
== string!

>> t? join 3 #4
== string!
>> t? join 3 make image! [12x12]
== string!

and so on, the rule seems:

join any-string! scalar! = any-string!

join scalar! any-string! = string!

---
Ciao
Romano




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

Reply via email to