A.1. add

Signature


number number add number

Description

Returns the second operand added to the first operand.

Examples

3.0 2.0 add 5.0
4.0 2.0 add 6.0