divisible
-
operator
-
is divisible by, is evenly divisible by (new in 1.38)
-
Examples: +
set cookieCount to 9set childCount to 3if cookieCount is divisible by childCount then put "the cookies come out even!" -
Related: multiple, even number
note
This page is under construction: it has not been reviewed for completeness.