QB64 BUGby qbguy (no login)Program producing the bug: DIM a AS DOUBLE, b AS DOUBLE a = .5# b = .01# PRINT INT(a / b) Result in QBASIC: 49 Result in QB64: 50 from IP address 75.0.227.216 |
| Response Title | Author and Date |
| *That's a bug I'd be happy to have! | on Jun 21 |
| * Yeah, keep it the way it is, displaying 50. | qbguy on Jun 21 |
| New idea... Start reporting these things as QBasic bugs... | on Jun 25 |