On 3/6/08, Brian Schott <[EMAIL PROTECTED]> wrote:
>        Can somebody tell me how to get the following
> behavior that does not use Bond but with Bond.
>
>   $(3 3$0 0 0 0 2 0 0 0 0)|." _1 i. 3 4 5 3
> 3 4 5 3

The verb you want to bond with is |."_1

In your example, you were bonding with the verb |. and
then setting the rank of this derived verb to be _1.

So, instead, use:

   $(3 3$0 0 0 0 2 0 0 0 0)&(|." _1) i. 3 4 5 3
3 4 5 3

FYI,

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

Reply via email to