Long multiplication: Difference between revisions

→‎{{header|Slate}}: the code is correct - arbitrary precision integer arithmetic is built into the language
(→‎{{header|Slate}}: the code is correct - arbitrary precision integer arithmetic is built into the language)
Line 5,208:
 
=={{header|Slate}}==
{{incorrect|Slate|Code does not explicitly implement long multiplication}}
<lang slate>(2 raisedTo: 64) * (2 raisedTo: 64).</lang>
 
Anonymous user