xpqz / learnapl

Introduction to Dyalog APL: https://xpqz.github.io/learnapl
Other
126 stars 11 forks source link

Grade up/down #12

Closed Bruno-366 closed 3 years ago

Bruno-366 commented 3 years ago

the output is:

6 23 19 22 24 12 11 3 18 20 21 4 1 0 14 9 8 16 17 5 2 7 10 15 13

the text is:

the smallest element is to be found at index 24. The second-smallest is at index 12. The third smallest at index 6 etc.

should be:

the smallest element is to be found at index 6. The second-smallest is at index 23. The third smallest at index 19 etc.
xpqz commented 3 years ago

Oh, wow, that's bad! Thank you -- should now be corrected.

Bruno-366 commented 3 years ago

No problem. Thank you for the quick fix :)

On Mon, 16 Aug 2021 at 11:23, Stefan Kruger @.***> wrote:

Oh, wow, that's bad! Thank you -- should now be corrected.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xpqz/learnapl/issues/12#issuecomment-899361400, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATPZO7MFGCDYMIL5KMXD2GTT5DKIRANCNFSM5CFK4KIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .