Jump to content

Ethiopian multiplication: Difference between revisions

m
(VBScript entry)
Line 1,619:
 
=={{header|VBScript}}==
=====Implementation=====
Nowhere near as optimal a solution as the Ada. Yes, it could have made as optimal, but the long way seemed more interesting.
 
Line 1,626 ⟶ 1,625:
<code>option explicit</code> makes sure that all variables are declared.
=====Implementation=====
<lang vb>
option explicit
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.