Ethiopian multiplication: Difference between revisions

→‎{{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.}}
(→‎{{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:
 
=={{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>
declare (L(30), R(30)) fixed binary;
Anonymous user