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