Actually I just had to switch it to output-stream. Unlike a Unix console, where you see STDERR and STDOUT on the screen, the error-stream of the document doesnt automatically go to the screen.
On Mon, Mar 1, 2010 at 10:56 AM, Samuel Tardieu <[email protected]> wrote: > > > 2010/3/1 Terrence Brannon <[email protected]> >> >> I thought this would work, but would appreciate some help: >> >> { "and a " "bottle of rum" "yo ho ho" } >> [ error-stream get stream-print ] >> each > > You may need to flush the stream to see its output. > > Try: > > { "and a " "bottle of rum" "yo ho ho" } [ error-stream get [ stream-print ] > [ stream-flush ] bi ] each > > Sam > > ------------------------------------------------------------------------------ > 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 > > ------------------------------------------------------------------------------ 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
