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

Reply via email to