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