You have to currify the sequence in the quotation with "with"
{ "and a " "bottle of rum" "yo ho ho" }
[ error-stream get stream-print ]
with
eachJon Harper On Mon, Mar 1, 2010 at 4:44 PM, Terrence Brannon <[email protected]> wrote: > This isnt working either - > > { "af" "df" } error-stream get [ [ print ] each ] with-output-stream* > > > On Mon, Mar 1, 2010 at 10:29 AM, Terrence Brannon <[email protected]> wrote: >> I thought this would work, but would appreciate some help: >> >> { "and a " "bottle of rum" "yo ho ho" } >> [ error-stream get stream-print ] >> each >> > > ------------------------------------------------------------------------------ > 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
