General limitations
The values contained in the variables used (and intermediate values of calculations) can not exceed positive value 2147483647 (0x7FFFFFFF = 31bit without sign) and negative value -2147483648 (0x80000000 = 31 bits with signed).Otherwise a value round or sign change might occur.The sequence of math operations is from left to right and priorities will not be managed (see below).