Ethiopian multiplication: Difference between revisions

Content added Content deleted
(VBScript entry)
Line 1,619: Line 1,619:


=={{header|VBScript}}==
=={{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.
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: Line 1,625:
<code>option explicit</code> makes sure that all variables are declared.
<code>option explicit</code> makes sure that all variables are declared.
=====Implementation=====
<lang vb>
<lang vb>
option explicit
option explicit