bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Feature suggestion: multiple function arguments


From: Jay Foad
Subject: Re: [Bug-apl] Feature suggestion: multiple function arguments
Date: Tue, 15 Mar 2016 14:47:59 +0000

On 15 March 2016 at 13:24, Elias Mårtenson <address@hidden> wrote:
> On 15 March 2016 at 21:14, Jay Foad <address@hidden> wrote:
>>
>>       1 2 /¨ 3 4 ⍝ in APL2 this parses as (1 2 /)¨ 3 4
>>  3 3 3  4 4 4
>
> Are you saying that (1 2 /)¨ 3 4 is syntactically correct in APL2?

Yes. / is an operator, so 1 2/ is a derived function, and you can
parenthesise any function-valued expression.

Jay.



reply via email to

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