Xojo is not a language that has ever raised an exception for divide by 0. Docs say:
If you divide by zero, the result is positive or negative infinity, except if the numerator is also zero. In that case, the result is NaN. For that reason, you should always check to see whether the denominator is zero before using / .