Integer overflow: Difference between revisions

No edit summary
Line 862:
{{works with|Delphi|6.0}}
{{libheader|SysUtils,StdCtrls}}
As demonstrated by the program below, the Delphi catches these overflow conditions before they can be compiled.
 
 
Line 996 ⟶ 997:
 
</pre>
 
 
=={{header|Factor}}==
465

edits