QB64 Bug: No error on integer overflow

by (Login dean.menezes)
R

Program that produces the bug:

I%=32767
I%=I%+1
PRINT I%

QB64 produces -32768, QBASIC produces overflow error.

Posted on Apr 15, 2008, 7:00 PM
from IP address 76.216.72.56

Respond to this message   

Return to Index


Response TitleAuthor and Date
QB64 cannot "catch" numeric overflow errors on Apr 15
 A quick note about this whole monkey business with type coercion in QBASICrpgfan3233 on Apr 15
  WOWZERS!!! on Apr 16
   * When you add this in, note that ! and # are not valid type suffixes.rpgfan3233 on Apr 16