public native static operator%=( readonly a as Int, readonly b as Int ) as Void
Replaces a with the remainder of a divided by b.
a
b
value = 10 value %= 3 assert value == 1