<div>That's one way to do it, but then everything written on the <font style="font-family:monospace">Transcript</font> is mirrored on <font style="font-family:monospace">stdout</font>.</div><br><div>I came up with:</div><div><font style="font-family:monospace">1 to: 15 do: [ :count |</font></div><div><font style="font-family:monospace">       StdIOWriteStream stdout </font></div><div><font style="font-family:monospace">                newLine;</font></div><div><font style="font-family:monospace">                nextPutAll: 'Hello standard output: '.</font></div><div><font style="font-family:monospace">          count printOn: StdIOWriteStream stdout ]</font></div><br><div class="gmail_quote_attribution">On Apr 22 2022, at 9:41 am, sp--- via Cuis-dev <cuis-dev@lists.cuis.st> wrote:</div><blockquote><div><div>Transcript logToStdout: true.</div><div>Transcript show: 'Ha!'</div><br><br><div>On 4/22/22 5:34 PM, Gerald Klix wrote:</div><div>> I am sure you don't need OSProcess. The Transcript  can write to</div><div>> stdout without it.</div><div>> I will need that capability today, so I will investigate and post the</div><div>> results.</div><div>></div><div>></div><div>> HTH,</div><div>></div><div>> Gerald</div><div>></div><div>> On Apr 22 2022, at 12:26 am, sp--- via Cuis-dev <cuis-dev@lists.cuis.st></div><div>> wrote:</div><div>></div><div>> That's exactly what I wanted to know. Thank you, Gerald!</div><div>></div><div>> (Now I'm having trouble Requiring OSProcess, which I believe I need for</div><div>> access to stdout, but I'll see whether I can fix that myself.)</div><div>> --</div><div>> Cuis-dev mailing list</div><div>> Cuis-dev@lists.cuis.st</div><div>> https://lists.cuis.st/mailman/listinfo/cuis-dev</div><div>></div><div>--</div><div>Cuis-dev mailing list</div><div>Cuis-dev@lists.cuis.st</div><div>https://lists.cuis.st/mailman/listinfo/cuis-dev</div></div></blockquote>