On Mon, Jan 25, 2010 at 4:21 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
On Mon, Jan 25, 2010 at 4:19 PM, Marcus Denker <marcus.denker@inria.fr>wrote:
On Jan 25, 2010, at 4:16 PM, Johan Fabry wrote:
Hi all,
I am bulding some Strings to have nice textual representations of some of my objects. What is happening a lot is code like this: self foo , ' in ', (String with: Character cr), self bar.
Is there some syntactic sugar for String with: Character cr to make these things nicer ?
Character cr asString ?
String cr ?
I meant, self foo , ' in ', String cr, self bar.
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users