is divided by is True if the value of the left hand expression (which must be an integer) is divisible by the specified integer. For example, given the following case fragment:

ABC       7      5      15
GHI       2.2           0.5
Ratio     3             12
ABC is divided by 5
not ABC is divided by 2
Ratio is divided by 3