bug-apl
[Top][All Lists]
Advanced

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

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


From: Elias Mårtenson
Subject: [Bug-apl] Regression: Lambda functions can no longer be assigned to a variable
Date: Wed, 26 Feb 2014 00:19:18 +0800

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

reply via email to

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