Ethiopian multiplication: Difference between revisions

Undo revision 177894 by Paddy3118 I don't understand: did you see my last edit?
(→‎{{header|Emacs Lisp}}: Marked incorrect.)
(Undo revision 177894 by Paddy3118 I don't understand: did you see my last edit?)
Line 1,061:
 
=={{header|Emacs Lisp}}==
{{incorrect|Emacs Lisp|Three named functions *need* to be defined.}}
Emacs Lisp has <code>evenp</code> in cl.el (its Common Lisp library), but for the sake of completeness the desired effect is achieved here via <code>mod</code>.
<lang lisp>
Anonymous user