Is () multiple of ()
...
Caption
Block Type Boolean
Category / Extension Operators Expansion
Status Who tf uses status

The is () multiple of () block is a boolean block and an operators block that detects if a number is a multiple of another number. To get this block, one must add the "Operators Expansion" extension.

Workaround

This block can be worked around by checking if the first number mod the second is 0 (the mod block reports the remainder of the division).