Thanks.

Explicit statement for assigning names makes me wonder if the foreign
conjunctions are limited in their use due to this restriction.

On the other hand, given that I have a named noun available with me (say the
a below), is it possible get the boxed representation of the name?

~Yuva

On Feb 6, 2008 4:19 AM, Raul Miller <[EMAIL PROTECTED]> wrote:

> On 2/5/08, Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]> wrote:
> > I have a simple requirement - I want to find the average size of the
> rows in
> > an array. And I want a simple tacit statement for it.
> >
> > In doing so I got stuck in finding the boxed representation of the name
> of
> > the noun.
>
> Not all nouns have names.  And assigning names requires an explicit
> statement.
>
> >   ]a =. 1;2;3;4;5;6
> > +-+-+-+-+-+-+
> > |1|2|3|4|5|6|
> > +-+-+-+-+-+-+
> >
> >
> > 10.6667
>
> The simple approach would be to supply your tacit
> expression with the name:
>
>    (7!:5@< % [EMAIL PROTECTED]@".)'a'
> 10.6667
>
> --
> Raul
> ----------------------------------------------------------------------
> 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