bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: APL lambda question


From: Bill Daly
Subject: Re: APL lambda question
Date: Wed, 23 Oct 2024 11:38:29 -0400
User-agent: Mozilla Thunderbird

Yes viz.:

      tryit←{⍺ + ⍵ }
      4 tryit 5
9

w

On 10/23/24 10:55, Henrik Moller wrote:
To all APLers:  In GNU APL, is there any way to define an ambivalent lambda?  I.e., if you define a lambda
tryit←{...}
is there any way to make it work with both
tryit 1
and
1 tryit 2
The Net has been unhelpful...

Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]