Hi Elias,

not quite.

Both APL2 and GNU APL can bind an operator to its left argument with ().

Neither APL2 nor GNU APL can bind a function to its left argument with ().

The difference comes because APL2 binds operator / to its left argument while
GNU APL cannot bind function / to its left argument.

/// Jürgen


On 03/15/2016 05:00 PM, Elias Mårtenson wrote:

On 15 Mar 2016 23:56, "Juergen Sauermann" <juergen.sauerm...@t-online.de> wrote:
>
> And the syntax error is a mere consequence of / being a function in the example (you
> cannot bind a function to its left argument with ().

I know GNU APL can't do that, but apparently APL2 can? Is that true?

Regards,
Elias


Reply via email to