bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Not a bug, need help coding search&replace on a vector


From: Jay Foad
Subject: Re: [Bug-apl] Not a bug, need help coding search&replace on a vector
Date: Tue, 28 Jun 2016 12:40:31 +0100

On 23 June 2016 at 15:28, Xiao-Yong Jin <address@hidden> wrote:

> On Jun 23, 2016, at 7:07 AM, Louis Chretien <address@hidden> wrote:
>
> R←{X} (A ⎕R B) Y

The line on the title?  It’s not really the language syntax.  It’s their way to tell you that ⎕R is an operator that receives required left and right operands A and B, and creates a ambivalent function that applies on right argument Y, with optional left argument X.

Right, though you can use this exact syntax on line 0 of a defined operator, e.g.

∇ R←{X} (A MyDefinedOperator B) Y
  R←A B Y

Jay.

reply via email to

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