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


Reply via email to