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 }