Jump to content

Ethiopian multiplication: Difference between revisions

→‎{{lang|E}}: whoops, wrong template name
(add E example)
(→‎{{lang|E}}: whoops, wrong template name)
Line 197:
}</lang>
 
=={{langheader|E}}==
<lang e>def halve(&x) { x //= 2 }
def double(&x) { x *= 2 }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.