Jump to content

Ethiopian multiplication: Difference between revisions

m
No edit summary
Line 288:
INTEGER I;
BEGIN
DOUBLE := I *+ 2I;
END;
 
Line 306:
WHILE I >= 1 DO
BEGIN
IF EVEN(I) = 1YES THEN
BEGIN
IF SHOW = YES THEN WRITE(I," ----", J);
Line 336:
1 544
= 578
</pre>
 
 
=={{header|ALGOL W}}==
211

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.