Add

Adds values together.


Inputs

  • value 1

    • The first value for addition.
  • value 2

    • The second value for addition.
  • value 3

    • The third value for addition.
  • value 4

    • The fourth value for addition.

Outputs

  • result

    • The result of addition.
  • result list

    • The list of results of addition.

Note(s)

  • This operation is represented as + within the Expression node.

  • Other names for this node include: Sum, Addition, +, and plus.

Example(s)