kosh04 / newlisp

newLISP mirror repository (unofficial)
http://www.newlisp.org/
96 stars 22 forks source link

Documentation error: "index" function example #3

Closed fuxoft closed 8 years ago

fuxoft commented 8 years ago

In the documentation of the "index" function, the last example line says: (select '(1 10 3 6 4 5 11) '(1 3 6)) → (1 3 6) This is wrong. The returned value is not (1 3 6) but (10 6 11).

cryptorick commented 8 years ago

Thanks for spotting that. This repo isn't "upstream" for newLISP, so I reported it here where the dev will see it and fix it.

fuxoft commented 8 years ago

Thanks. I couldn't find the proper channel to report that...