On Thu, Jul 7, 2022 at 1:17 PM Gilles Kirouac <g1...@myriade.ca> wrote:
> Once you have a working explicit definition,
>
>     myfn=: 4 : 'y #~ (0=x|y)'    NB. 4 for dyadic def
>     3 myfn 3 5 6
> 3 6
>
> the interpreter can help you get the tacit form with 13 : def
>
>     myfn=: 13 : 'y #~ (0=x|y)'
>     myfn
> ] #~ 0 = |

Note that 13 : only works with one line verbs (and has a few other limitations).

Thanks,

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

Reply via email to