Ethiopian multiplication: Difference between revisions

m
(Replaced usage of working-storage to local-storage)
Line 605:
{{works with|OpenCOBOL|1.1}}
In COBOL, ''double'' is a reserved word, so the doubling functions is named ''twice'', instead.
<lang COBOL> *>* Ethiopian multiplication in COBOL
 
IDENTIFICATION DIVISION.