Sunanda, I thought that "if" signature is this:
if good-enough? nums [ bla blal] [weep weep] Why is it that yours is different? Emeka On Thu, Sep 2, 2010 at 4:57 PM, Sunanda <[email protected]> wrote: > > Try this: > > suma: func [series] [ > if empty? series [return 0] > add first series suma next series > ] > > > Your problem was having the [add first...] in a block. It needs to be > open code > > Sunanda > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
