Ethiopian multiplication: Difference between revisions

Content added Content deleted
(→‎{{header|PL/I}}: {{incorrect|PL/I|program needs to define three functions to halve double and test odd/even as stated in the task description.}})
Line 1,155: Line 1,155:


=={{header|PL/I}}==
=={{header|PL/I}}==
{{incorrect|PL/I|program needs to define three functions to halve double and test odd/even as stated in the task description.}}
<lang PL/I>
<lang PL/I>
declare (L(30), R(30)) fixed binary;
declare (L(30), R(30)) fixed binary;