bug-apl
[Top][All Lists]
Advanced

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

Errors in GNU APL documentation page


From: Mr. Brian B. McGuinness
Subject: Errors in GNU APL documentation page
Date: Thu, 4 Jun 2020 03:15:58 +0000

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]