Jan. 14, 2015
9:54 p.m.
asString is a conversion method. printString is not #foo crLog should print #foo and not 'foo' because it may be hyper importnt that you get a symbol and not a string Le 14/1/15 22:32, Alexandre Bergel a écrit :
Hi!
I like the new way to print things in the Transcript. But I am wondering, Object>>logCr self logCr: self printString
why printString is used and not asString?
âfooâ logCr prints âfooâ and not foo
Cheers, Alexandre