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