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.
a//b
0
assert 10 // 3 == 3