Skip to main content
Version: Next

Plus

Adds 2 numbers.

Description

Performs an addition operation between the 2 numbers passed as arguments.

Brick's code on github

Inputs

  • b (Number): Second Operand
  • a (Number): First Operand

Outputs

  • a+b (Number): The sum of the 2 operands.