When Array items are non-String object instances, the toString() method
does not return the String representation of the instances.  An example
using MutableBuffer:

m = .MutableBuffer~new(123)
say m                       -- 123
say (m, m)~toString(, " ")  -- a MutableBuffer a MutableBuffer

Setting objectName= would work, but really doesn't feel right.
Is this intended or a bug?
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to