+ (plus)

This is the addition operator.

a + b

will return the sum of aand b.

This operation can only be performed on integers.

See this in action here.