Jose,

This word has an unbalanced branches error:

: (fuel-word-def) ( name -- str )
    fuel-find-word
    [ [ def>> pprint ] with-string-writer ] when* ;

Indeed, if fuel-find-word returns f, then the word leaves nothing on
the stack. What you want is to put the with-string-writer outside of
the when*.

Slava

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to