divisible
-
operator
-
is divisible by, is evenly divisible by (new in 1.38)
-
Examples: +
set cookieCount to 9
set childCount to 3
if cookieCount is divisible by childCount then put "the cookies come out even!" -
Related: multiple, even number
operator
is divisible by, is evenly divisible by (new in 1.38)
Examples: +
set cookieCount to 9
set childCount to 3
if cookieCount is divisible by childCount then put "the cookies come out even!"
Related: multiple, even number