On 10/10/07, metaperl.j <[EMAIL PROTECTED]> wrote:
> Hello, I would like to execute the monad of my choice against the following
> data items:
>
>   atom =: 67              NB. atom
>   vector =: 1 $ 67        NB. trivial vector
>   vector2 =: 67 56        NB. vector
>   table =: 1 1 $ 67       NB. trivial table
>   table2 =: i. 2 3        NB. table
>   report =: 1 1 1 $ 67    NB. trivial report
>   report2 =: i. 2 3 4     NB. report

Do you mean something like:
   data=:atom; vector;vector2;table;table2;report;report2
   monad each data
?

Or are you also concerned with the display of the result?

Thanks,.

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to