Skip to main content
Version: Next

Plus 8

Plus operation

Description

The addition operation. Defaults the input to 0 if that input is not provided.

Inputs

  • n1 (Number): The first operand
  • n2 (Number): The second operand
  • n3 (Number): The third operand
  • n4 (Number): The fourth operand
  • n5 (Number): The fifth operand
  • n6 (Number): The sixth operand
  • n7 (Number): The seventh operand
  • n8 (Number): The eighth operand

Outputs

  • n1+n2+...+n8 (Number): The sum of all the operands