> On Apr 5, 2017, at 2:49 PM, 'Pascal Jasmin' via Programming 
> <[email protected]> wrote:
> 
> myadv_far_ =: locs (1 : 'u~ y')  NB. cannot include locs (relevant/relative 
> to caller) as part of localized definition.
> 
> 
>    'a' myadv_far_
> 'a_far_' (1 : 'u~ y')

First I would not want to pass in a string.
I would hope it could deal with either of
   f myadv_far_
   * myadv_far_
   (*f) myadv_far_
where f is a verb.
And I would want something works with any locale where f is in, so
   coclass'something'
   (*f)myadv_far_
(*f_something_)myadv_far_

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

Reply via email to