bug-apl
[Top][All Lists]
Advanced

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

Re: Errors in GNU APL documentation page


From: Dr . Jürgen Sauermann
Subject: Re: Errors in GNU APL documentation page
Date: Thu, 4 Jun 2020 12:53:54 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi Brian,

thanks for reporting this. Fixed in SVN 1295.

Best regards,
Jürgen


On 6/4/20 5:15 AM, Mr. Brian B. McGuinness wrote:
The examples for

3.15 Monadic ⊢ and ⊣, dyadic ⊢ with Axis


should read:

      A←2 3⍴'abcdef'
      B←2 3⍴⍳6
      X←2 3⍴0 1 0 1 0 1
      A ⊢[X] B
a 2 c
4 e 6
      A ⊢[X] '*'
a*c
*e*
      '*' ⊢[X] B
* 2 *
4 * 6


(I have copied and pasted this code from an actual GNU APL session.)


reply via email to

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