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 a generic, platform-independent way to achieve the same thing? Thanks for any help. Cheers -- Thorsten -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe