I am multiplying four 32-bit values in variables G, I, J and K and putting the result in L (in a single TBasic statement). Is there a way to detect if the result has overflowed L? I've only found references in the documentation to avoid overflowing, but nothing on how the program can detect it when it happens.