limmaCPO.Rd
Add together two numbers
limmaCPO(x, y)
A number
The sum of x and y
x
y
In
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"