The console session below is meant to suggest a way that execution can
be observed. Also, notice that one of the examples is an Adverb
execution and the other is a Bident.

   load'trace'
   erase <'a'
1
   a =. /
   trace 'a /'
 --------------- 3 Adverb -----
 a
 /
 a/
 ==============================

   trace 'a a'
 --------------- 6 Bident -----
 a
 a
 a a
 ==============================
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to