Skip to contents

Add two numbers

Usage

add(x, y)

Arguments

x

The first number

y

The second number

Value

The sum of the two numbers

Examples

add(1, 2)
#> [1] 3