Hey,

Going through the sequence documentation and found the docs (or code)
for interleave are wrong.  It says:

{ "a" "b" "c" } [ write ] [ "X" write ] interleave
aXbXc

But actually that produces:
XaXbX

with "C" still on the stack.  It should be:

{ "a" "b" "c" } [ "X" write ] [ write ] interleave

And that means the stack effect should be:

interleave ( seq between quot -- )

For the rest to be right.

Is there a standard place to report bugs?  As usually I couldn't find
it :-)

-- 
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to