RosettaCodeData/Task/Integer-overflow/Phix/integer-overflow.phix

4 lines
268 B
Plaintext

-->
<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>
<!--