Ethiopian multiplication: Difference between revisions

→‎{{header|SNOBOL4}}: (Does SNOBOL4 have functions)? Marked incorrect;program needs to define three functions to halve double and test odd/even
(→‎{{header|OCaml}}: Removed after being incorrect for a month. (Unfortunately i don't know OCaml to fix it).)
(→‎{{header|SNOBOL4}}: (Does SNOBOL4 have functions)? Marked incorrect;program needs to define three functions to halve double and test odd/even)
Line 1,486:
 
=={{header|SNOBOL4}}==
{{incorrect|SNOBOL4|program needs to define three functions to halve double and test odd/even as stated in the task description.}}
 
<lang snobol4> l = trim(input)
r = trim(input)
Anonymous user