how can we send a bang if a number is divisible by 16.
I have a counter using the mod object. when bang is sent the counter will increase. I looking to have the counter send a bang every time a number is divisible by 16
[bang]
[1]
[+ 1] [mod 10000]
[print]
[expr if number divisible by 16 bang]