Long multiplication: Difference between revisions

Content added Content deleted
Line 992: Line 992:


=={{header|Arturo}}==
=={{header|Arturo}}==
{{Incorrect|Arturo|Task is "Implement long multiplication" not "Multiply two numbers using native operators"}}

<syntaxhighlight lang="rebol">print 2^64 * 2</syntaxhighlight>
<syntaxhighlight lang="rebol">print 2^64 * 2</syntaxhighlight>