Add together two numbers

limmaCPO(x, y)

Arguments

x

A number

y

A number

Value

The sum of x and y

Details

In

Examples

add(1, 1)
#> Error in add(1, 1): could not find function "add"
add(10, 1)
#> Error in add(10, 1): could not find function "add"