Hi,

Something strange to me:

'2' = '2'. -> true  (OK)
(2 asString) = (2 asString). -> true  (OK)

(2 asString) == (2 asString). -> false  (OK)
'2' == '2'. -> true  ?????

Laurent
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to