QB64 Bug: No error on integer overflowby (Login dean.menezes)R Program that produces the bug: I%=32767 I%=I%+1 PRINT I% QB64 produces -32768, QBASIC produces overflow error. from IP address 76.216.72.56 |
| Response Title | Author and Date |
| QB64 cannot "catch" numeric overflow errors | on Apr 15 |
| A quick note about this whole monkey business with type coercion in QBASIC | rpgfan3233 on Apr 15 |
| WOWZERS!!! | on Apr 16 |
| * When you add this in, note that ! and # are not valid type suffixes. | rpgfan3233 on Apr 16 |