Inhibit any writing to STDOUT in PicoLisp codeblock

2011-10-07 Thread Thorsten
Hello List, I need a way to inhibit any writing to STDOUT in a PicoLisp codeblock. I found the following, what seems to work just fine on Linux: , | (out "/dev/null" . prg) ` But what about Windows and other platforms (without /dev/null)? Is there

Re: Inhibit any writing to STDOUT in PicoLisp codeblock

2011-10-07 Thread Randall Dow
Windows has the "NUL" (or is it "NULL") device. -- Rand Sent from Macbook Air On Oct 8, 2011, at 5:13 AM, Thorsten wrote: > I need a way to inhibit any writing to STDOUT in a PicoLisp codeblock. I > found the following, what seems to work just fine on Linux: > > , > | (