Jan-Pieter,

To amplify your mention of "bident" I executed trace against Rob's solution
as follows. Trace reports Bident thrice, as you suggest.

   trace'/ (%:@:) i. 8'
 --------------- 6 Bident -----
 %:
 @:
 %:@:
 --------------- 8 Paren ------
 (
 %:@:
 )
 %:@:
 --------------- 6 Bident -----
 /
 %:@:
 /(%:@:)
 --------------- 6 Bident -----
 /(%:@:)
 i.
|syntax error: executet
|   t_z=.    (/(%:@:))(i.)


On Tue, Jul 31, 2018 at 6:14 AM, Jan-Pieter Jacobs <
[email protected]> wrote:

> It can be found here in the Dictionary:
>
> http://www.jsoftware.com/help/dictionary/dictf.htm
>
> and on the parsing page, it's indicated as "bident" which is, as far as I
> know, the name for this construct, and also a convenient search term.
>
> In Learning J, there's also a section on tacit operators:
>
> http://www.jsoftware.com/help/learning/15.htm
>
> Hope this helps!
>
>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to