On 5/19/07, Raul Miller <[EMAIL PROTECTED]> wrote:
Get rid of it, and it should work.
  rec_case=:(fib]-1:)(+(fib]-2:))

I lied.

This will not work.  to make this work I have to get rid of
a set of parenthesis:

  rec_case=:(fib]-1:) +(fib]-2:)

The problem is that with (+ fib]-2:) I have only two verbs at
the top level, so (fib]-1:) is used as a dyad rather than as
a monad.

--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to