your f below would have to return a verb, and so be an
adverb or conjunction.  There is no built in
automagical fork-like mechanism that expands as such.

you can make one though:
   a=: 2 : '(v y) ( u^:(# y)) (v y)'
   , a ,: 0 1 2 3 4
0 1 2 3 4
0 1 2 3 4
0 1 2 3 4
0 1 2 3 4
0 1 2 3 4
0 1 2 3 4
   a=: 2 : '(v y) ( u^:(<: # y)) (v y)'
   , a ,: 0 1 2 3
0 1 2 3
0 1 2 3
0 1 2 3
0 1 2 3

--- Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]>
wrote:

> By "pass the parameter y to the function f before it
> is applied", I mean the
> following effect -
> (gy) (fy) (gy).


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to