Integer overflow: Difference between revisions

Content added Content deleted
(Added Arturo implementation)
Line 243: Line 243:
=={{header|Arturo}}==
=={{header|Arturo}}==


Arturo has unlimited precision integers, without the possibility of an overflow, all with the same <code>:integer</code> type.
Arturo has unlimited-precision integers, without the possibility of an overflow, all with the same <code>:integer</code> type.


<lang rebol>max32bit: 2147483647
<lang rebol>max32bit: 2147483647