Re: Can't coerce to string

Adam Megacz <[email protected]> Wed, 17 Mar 2004 23:27:32 -0800
Newsgroups gmane.comp.java.xwt.core
Organization XWT
Message-ID <[email protected]>
Charles Goodwin <[email protected]> writes:
>> That's my point.  It will get used without people looking at it.

> Hmm that could be said about anything though.

Which is why org.ibex.js never does any lossy coercions.
Number-to-string, boolean-to-string, and boolean-to-number are all
lossless.  Object-to-string is not.

  - a