SUM
Assign the value 0 to your function result.
For each argument:
Add the argument to your function result.
Assign the sum to your function result.
Parent topic:
Mixed Functions