Integer overflow: Difference between revisions

(Added Arturo implementation)
Line 243:
=={{header|Arturo}}==
 
Arturo has unlimited -precision integers, without the possibility of an overflow, all with the same <code>:integer</code> type.
 
<lang rebol>max32bit: 2147483647
1,532

edits