I define an adverb which gives the successor of its argument :

   advsuc =: 1 : '>: u'
   1 advsuc
2

Then I define an adverb which applies its argument to 1 :

   applyto1 =: 1 : '1 u'

Then I apply it to the adverbial successor :

   advsuc applyto1
advsuc applyto1

Why isn't it evaluated to 2 ?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to