Does locale change only happens with verbs?

   v_t_=:3 :'vv y'
   vv_t_=:3 :'+: y'
   v_t_ 3
6
   a_t_=:1 :'u aa y'
   aa_t_=:1 :'u y'
   +: a_t_ 3
|value error: aa
|   u     aa y
   c_t_=:2 :'u cc v y'
   cc_t_=:2 :'u v y'
   +: c_t_ *: 3
|value error: cc
|   u     cc v y

This seems to be very inconvenient.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to