I guess that the answer to that question is found by:

   whereDefined 'each'
/home/tom/jgplsrc/j/system/main/stdlib.ijs


On Mon, Jan 9, 2012 at 12:23 PM, Tom Szczesny <tav...@gmail.com> wrote:

> Yes, I should have asked J.
> Who knew that there was a cover function (each) for   &.>   ?
>
> Or that each concept was expressed by        &.>        ?
>
> What other commonly used cover functions exist?
> (each is not listed in the Index.)
>
>
> 2012/1/9 Björn Helgason <gos...@gmail.com>
>
>> 2012/1/9 Tom Szczesny <tav...@gmail.com>
>>
>>
>> > How do you express
>> >    <  each  i.7
>> > and get 7 individually boxed items?
>> > (I could not find an entry for "each" in the Index, nor in the
>> Vocabulary.)
>> >
>> > You should have asked J
>>
>>   <  each  i.7
>> ┌───┬───┬───┬───┬───┬───┬───┐
>> │┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│
>> ││0│││1│││2│││3│││4│││5│││6││
>> │└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│
>> └───┴───┴───┴───┴───┴───┴───┘
>>   each
>> &.>
>>   <  &.>  i.7
>> ┌───┬───┬───┬───┬───┬───┬───┐
>> │┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│┌─┐│
>> ││0│││1│││2│││3│││4│││5│││6││
>> │└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│└─┘│
>> └───┴───┴───┴───┴───┴───┴───┘
>> ----------------------------------------------------------------------
>> 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