Hi Sebastian,
what are you observing is overflow. It is not unique to thinBASIC and some algorithms actually benefit from it - according to related article for example hashing algorithms, certain data structures (ring buffers, particularly) and even image codecs.
As thinBASIC already has OPTION BOUNDCHECK ON / OPTION BOUNDCHECK OFF, maybe it would be nice to have something like that for OVERFLOW?
Petr
Bookmarks