public native static operator//( readonly a as Int, readonly b as Int ) as Int
Performs integer division on two Int values.
a//b.
a//b
assert 10 // 3 == 3