How would the program below be modified to write to STDERR and the file also?
USING: io.encodings.ascii unicode.case ;
{ "tom" "ora" "ban" }
"out.txt" ascii [
[ >upper print ] each
] with-file-writer
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk