.. and I also forgot to mention the second modification in the provided diff corrects the variable 'R' to 'B' in help text for dyadic | (Modulo).
On Mon, 2 Aug 2021 at 13:35, <bug-apl-requ...@gnu.org> wrote: > Send Bug-apl mailing list submissions to > bug-apl@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/bug-apl > or, via email, send a message with subject or body 'help' to > bug-apl-requ...@gnu.org > > You can reach the person managing the list at > bug-apl-ow...@gnu.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Bug-apl digest..." > > > Today's Topics: > > 1. Typo in help text for monadic | (Magnitude) (Russtopia) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 2 Aug 2021 13:34:45 -0700 > From: Russtopia <rma...@gmail.com> > To: bug-apl@gnu.org, Dr. Jürgen Sauermann > <m...@xn--jrgen-sauermann-zvb.de> > Subject: Typo in help text for monadic | (Magnitude) > Message-ID: > < > can4ycu88t7tzddr+sgzhhi581jt_jkuwxex6y56+tcyvff6...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > See attached file (src/Help.def) > -2nd arg. to the help_def() macro for the ASCII help had the APL | rather > than ASCII |, so the monadic help text was not given for ]help | > > Thanks, > -Russ > > -- > $ svn diff src/Help.def > Index: src/Help.def > =================================================================== > --- src/Help.def (revision 1480) > +++ src/Help.def (working copy) > @@ -140,11 +140,11 @@ > help_def(2, "⌈", "Maximum", "The greater value of A or > B", "") > help_def(1, "⌊", "Floor", "Greatest integer less than > or equal to B", "") > help_def(2, "⌊", "Minimum", "The smaller value of A or > B", "") > -help_def(1, "∣", "Absolute value", "Magnitude of B", > "") > +help_def(1, "|", "Absolute value", "Magnitude of B", > "") > // Note: ASCII | versus APL ∣ > help_def(1, "∣", "Absolute value", "Magnitude of B", > "") > -help_def(2, "∣", "Modulo", "R modulo A", > "") > -help_def(2, "|", "Modulo", "R modulo A", > "") > +help_def(2, "∣", "Modulo", "B modulo A", > "") > +help_def(2, "|", "Modulo", "B modulo A", > "") > // Note: ASCII ~ is not APL ∼ > help_def(1, "∼", "Not", "Boolean inverse: Z[i] is 1 > - B[i], all B[i] must be 0 or 1", "") > help_def(1, "~", "Not", "Boolean inverse: Z[i] is 1 > - B[i], all B[i] must be 0 or 1", "") > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://lists.gnu.org/archive/html/bug-apl/attachments/20210802/605ddaee/attachment.html > > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: Help.def > Type: application/octet-stream > Size: 25044 bytes > Desc: not available > URL: < > https://lists.gnu.org/archive/html/bug-apl/attachments/20210802/605ddaee/attachment.obj > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Bug-apl mailing list > Bug-apl@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-apl > > > ------------------------------ > > End of Bug-apl Digest, Vol 95, Issue 3 > ************************************** >