RosettaCodeData/Task/Integer-overflow/Phix/integer-overflow.phix
2023-07-01 13:44:08 -04:00

3 lines
268 B
Text

-->
<span style="color: #004080;">integer</span> <span style="color: #000000;">i</span> <span style="color: #0000FF;">=</span> <span style="color: #000000;">1000000000</span> <span style="color: #0000FF;">+</span> <span style="color: #000000;">1000000000</span>
<!--