This operator performs integers addition.
let result = 1 + 2
For adding floats see the +. operator.
+.
For contatenating strings see the ++ operator.
++