public native static operator+( readonly a as Int, readonly b as Int ) as Int
Adds two Int values.
a+b.
a+b
assert 10 + 3 == 13