Re: [Jprogramming] setting rank to a conjunction

2014-01-29 Thread Linda Alvord
Behalf Of Linda Alvord Sent: Thursday, January 30, 2014 2:14 AM To: programm...@jsoftware.com Subject: Re: [Jprogramming] setting rank to a conjunction t2=: 13 :'+/|:y' t2 [: +/ |: t2 3 3$i.9 3 12 21 Linda -Original Message- From: programming-boun...@

Re: [Jprogramming] setting rank to a conjunction

2014-01-29 Thread Linda Alvord
um Subject: Re: [Jprogramming] setting rank to a conjunction Seconded - try ] t (+/) Thanks, -- Raul On Wed, Jan 29, 2014 at 8:21 PM, bill lam wrote: > You forgot to bracket +/ > On Jan 30, 2014 9:09 AM, "Pascal Jasmin" wrote: > >> Is there a way to set the rank of the

Re: [Jprogramming] setting rank to a conjunction

2014-01-29 Thread Raul Miller
Seconded - try ] t (+/) Thanks, -- Raul On Wed, Jan 29, 2014 at 8:21 PM, bill lam wrote: > You forgot to bracket +/ > On Jan 30, 2014 9:09 AM, "Pascal Jasmin" wrote: > >> Is there a way to set the rank of the resulting verb of a conjunction? A >> bit surprisingly, this workaround does not wo

Re: [Jprogramming] setting rank to a conjunction

2014-01-29 Thread bill lam
You forgot to bracket +/ On Jan 30, 2014 9:09 AM, "Pascal Jasmin" wrote: > Is there a way to set the rank of the resulting verb of a conjunction? A > bit surprisingly, this workaround does not work: > > t=: 2 : '(u@:v)"1' > > >] t+/ 3 3 $ i.9 > 9 12 15 > > result desired: >]@:+/"1 ] 3 3

[Jprogramming] setting rank to a conjunction

2014-01-29 Thread Pascal Jasmin
Is there a way to set the rank of the resulting verb of a conjunction?  A bit surprisingly, this workaround does not work: t=:  2 : '(u@:v)"1'    ] t+/ 3 3 $ i.9 9 12 15 result desired:    ]@:+/"1 ] 3 3 $ i.9 3 12 21 Ideally, it should be possible to set rank like: t =: 2 : 0 ("1) ... ) I g