Hey Brian,

I did this run on trace and once you have supplied a verb (+ in this case) to 
the phrase it gives this result which feels a bit more accurate and also 
completes the evaluation. By the way, call me bob (or Bob - they sound the same 
:-) )

Cheers, bob


   trace'+  / (%:@:) (i. 8)'
 --------------- 0 Monad ------
 i.
 8
 0 1 2 3 4 5 6 7
 --------------- 8 Paren ------
 (
 i.8
 )
 0 1 2 3 4 5 6 7
 --------------- 6 Bident -----
 %:
 @:
 %:@:
 --------------- 8 Paren ------
 (
 %:@:
 )
 %:@:
 --------------- 3 Adverb -----
 +
 /
 +/
 --------------- 3 Adverb -----
 +/
 %:@:
 %:@:(+/)
 --------------- 0 Monad ------
 %:@:(+/)
 i.8
 5.2915
 ==============================
5.2915

> On Jul 31, 2018, at 5:42 AM, Brian Schott <[email protected]> wrote:
> 
> trace'/ (%:@:) i. 8'

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

Reply via email to