[Cuis-dev] shell scripting
sp at xeny.net
sp at xeny.net
Fri Apr 22 00:49:54 PDT 2022
Excellent. Thanks.
On 4/22/22 5:46 PM, Gerald Klix via Cuis-dev wrote:
> That's one way to do it, but then everything written on the
> Transcript is mirrored on stdout.
>
> I came up with:
> 1 to: 15 do: [ :count |
> StdIOWriteStream stdout
> newLine;
> nextPutAll: 'Hello standard output: '.
> count printOn: StdIOWriteStream stdout ]
>
> On Apr 22 2022, at 9:41 am, sp--- via Cuis-dev <cuis-dev at lists.cuis.st>
> wrote:
>
> Transcript logToStdout: true.
> Transcript show: 'Ha!'
More information about the Cuis-dev
mailing list