Hello

   load 'trace'
   a=:+
   trace 'a 12'
 --------------- 0 Monad ------
 a
 12
|value error: a
|   t_z=.    (a)(12)

NB. trace can't find the name "a"

   a_jtrace_=:*:
   trace 'a 12'
 --------------- 0 Monad ------
 a
 12
  ------------------------------
  *:
  12
  144
  ==============================
 144
 ==============================
144

It's workable but can I make trace run in the current locale that I
don't need to define every verb inside jtrace locale(ie making the
first failing example run)?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to