The `Integer` data type provides optimal performance on a 32-bit processor. The other integral types are slower to load and store from and to memory. The default value of `Integer` is 0. ## Literal ...
Divides two numbers and returns an integer result. The result is the integer quotient of `expression1` divided by `expression2`, which discards any remainder and retains only the integer portion. This ...