In an adverb definition, u refers to a verb (or noun).

I hope this helps,

--
Raul

On Mon, Jul 18, 2022 at 4:03 AM Jacques Bailhache
<jacques.bailha...@gmail.com> wrote:
>
> 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
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to