Re: [Bug-apl] Regression: Lambda functions can no longer be assigned to a variable

2014-02-25 Thread Juergen Sauermann
Hi, thanks. Should work again in SVN 146. Unfortunately the rules governing the syntax of {} are not standardised and still somewhat unclear to me. /// Jürgen On 02/25/2014 05:19 PM, Elias Mårtenson wrote: This used to work a few versions back, now I'm just getting a SYNTAX ERROR: *foo ← {

[Bug-apl] Regression: Lambda functions can no longer be assigned to a variable

2014-02-25 Thread Elias Mårtenson
This used to work a few versions back, now I'm just getting a SYNTAX ERROR: *foo ← {⍵}* SYNTAX ERROR foo←λ1 ^ ^ They still work as arguments to operators though: *{⍵+1}¨1 2 3* 2 3 4 Regards, Elias