+ Add  r←x+y
r is the result of the scalar application of the addition function:
- if xandyare numbers,ris
- if one of xandyis a character, and the other is an integer,ris the character with Unicode codepoint equal to the sum of the codepoint of the character argument plus the integer argument