|
Hi Christian, correct. In GNU APL you cannot use values in defined operators where functions are expected, except for very few primitive operators. A work-around for a third value in lambdas is to use the axis χ instead of function ⍶: FOO ← { ⍺ χ ⍵ } 1 FOO[2] 3 1 2 3 /// Jürgen On 05/18/2016 09:59 PM, Christian
Robert wrote:
Looking at |
- [Bug-apl] An other question about "⍶" Christian Robert
- Re: [Bug-apl] An other question about "⍶" Juergen Sauermann
- Re: [Bug-apl] An other question about "⍶&q... Ala'a Mohammad
