I have this verb:
magic =: * % >:@(+:@*) - + 
that I use only as a dyad, and, say, 
a =: 0.1 * i. 10
If I want to get a table of the * verb, I  write:
a * / a
If I write 
a magic / a
I dont get a table. To get a table, I have to write:
a magic"0 / a
Why is it so, since both * and magic may be used as dyads?
Thanks.


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

Reply via email to