2010/3/1 Terrence Brannon <scheme...@gmail.com>

> 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&#174; 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
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to