As Aai indicated, the pattern you are asking for can be thought of as
specifying both the left and right rank of your verb:

   <:"1 0~2 3 4 5 6 7

That said, if you are really looking for tacit applications of
conjunctions, that's a considerably more involved activity.  If you
want to pursue that, I suggest you look for content written by Jose
Mario Quintana.

Personally, though, I use explicit notation.  It's easier to teach.

FYI,

-- 
Raul

On Fri, Oct 12, 2012 at 5:25 AM, Alexander Epifanov <[email protected]> wrote:
> Hello,
> Could you help: cannot write function, which gets t as arguments and
> do something like described above.
>
>    t
> 2 3 4 5 6 7
>    t&<:"0 t
> 1 0 0 0 0 0
> 1 1 0 0 0 0
> 1 1 1 0 0 0
> 1 1 1 1 0 0
> 1 1 1 1 1 0
> 1 1 1 1 1 1
>
> how to pass t on the left side of <: which is a function to "0? I
> would like to use Tacit style.
>
> Thank you.
>
> --
> Regards,
>   Alexander.
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to