Re: printNl question

Paolo Bonzini <[email protected]> Mon, 19 Apr 2021 09:48:17 +0200
Newsgroups gmane.comp.lang.smalltalk.gnu.general
Message-ID <[email protected]>
On 18/04/21 23:47, Duke Normandin wrote:
> What's going on with printLn?

printNl is a "debugging-oriented" output.  displayNl will print without 
the double quotes (for most objects except strings the output is the same).

Paolo