[comp.lang.postscript] Writing to %stdout

dario@techunix.BITNET (Dario Ringach) (10/22/89)

Just a simple question, why doesn't the following work:

%!
(%stdout) (w) file (Hello) writestring flush
EOF

a simple "print" didn't work as well...
or alternatively:

%!
/fw (test) (w) file def
fw (Hello) writestring fw flushfile
EOF

Thanks in advance!
--
Dario Ringach
Technion, Israel Institute of Technology,
Department of Electrical Engineering, Box 52,
32000 Haifa, Israel