Integer overflow: Difference between revisions

Content deleted Content added
added two languages, which automatically convert to arbitrary precision integers. Although probably no longer popular these, days, it should be mentioned, that there indeed are languages which completely avoid errors due to limited int range.
Line 41:
|-
| [[Seed7]] || NA || <tt>'''raise''' OVERFLOW_ERROR</tt><ref>[http://seed7.sourceforge.net/manual/errors.htm#OVERFLOW_ERROR Seed7 manual], section 15.2.3 OVERFLOW_ERROR.</ref>
|-
| [[Scheme (programming language)|Scheme]] || NA || convert to bigNum
|-
| [[Smalltalk (programming language)|Smalltalk]] || NA || convert to LargeInteger
|-
|}