+
Returns the addition of this integer and the other integer.
Syntax
anInteger + anotherInteger
Parameters
anotherInteger - Integer
The second integer.
Return Value
		The addition of this integer and the other integer.
	
 Code Browser
 Code BrowserReturns the addition of this integer and the other integer.