Long multiplication: Difference between revisions

m
Long multiplication in Run BASIC
m (Long multiplication in Run BASIC)
Line 5,440:
<pre> 18446744073709551616 * 18446744073709551616 = 340282366920938463463374607431768211456
longmult(18446744073709551616, 18446744073709551616) = 340282366920938463463374607431768211456</pre>
 
=={{header|Run BASIC}}==
{{works with|Just BASIC}}
{{works with|Liberty BASIC}}
<syntaxhighlight lang="lb">' Same code and result as in Liberty BASIC</syntaxhighlight>
{{out}}
<pre>Same as iberty BASIC entry.</pre>
 
=={{header|Scala}}==
2,123

edits