Hi LInda, Well they look the same, but the contents of the boxes formed by (;&.>) are vectors of shape 1 and the contents of the boxes of formed by (<"0) are scalars,
$&.>(; &. >) i. 2 3 2 ┌─┬─┐ │1│1│ ├─┼─┤ │1│1│ ├─┼─┤ │1│1│ └─┴─┘ ┌─┬─┐ │1│1│ ├─┼─┤ │1│1│ ├─┼─┤ │1│1│ └─┴─┘ $&.>(<"0) i. 2 3 2 ┌┬┐ │││ ├┼┤ │││ ├┼┤ │││ └┴┘ ┌┬┐ │││ ├┼┤ │││ ├┼┤ │││ └┴┘ Cheers, bob ps. My talk at the J conference touches on the things that J doesn't show us as clearly as it might. bt On Jul 11, 2014, at 11:52 PM, Linda Alvord <[email protected]> wrote: > <"0 i.2 3 2 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
