Re: printNl question
Duke Normandin <[email protected]> Sun, 18 Apr 2021 17:48:12 -0600
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 18 Apr 2021 19:04:10 -0400 bill-auger <[email protected]> wrote: > rather than casual explanations of the problem, it is usually > more helpful to show the exact commands and output - for > example, is this what you are seeing? > > $ gst > > st> 'hello' printNl > 'hello' > 'hello' > > st> Transcript show: 'hello' ; cr > hello > Transcript Yes! That's the output I'm getting. I've work quite a lot with various LISP REPLs, so I get it about the "double" output while working in the REPL. However, I'm getting the same behaviour executing the source code file from the CLI. -- Duke