On Sun, Jan 17, 2010 at 6:33 PM, Stéphane Ducasse <[email protected] > wrote:
> this is because of an optimisation > > string inside the same methods are reused. > OK > if you want to show that string are different than symbol use two methods > returning the same strings > Hey !! Telepathy power ? You've used the force ? You master the Wakfu ? Laurent > > > > On Jan 17, 2010, at 6:30 PM, laurent laffont wrote: > > > 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 > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
