help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: printNl question


From: Duke Normandin
Subject: Re: printNl question
Date: Sun, 18 Apr 2021 17:48:12 -0600

On Sun, 18 Apr 2021 19:04:10 -0400
bill-auger <bill-auger@peers.community> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]