add: Sum of two numbers.

Description Usage Arguments Value Examples

Description

starter.sum returns the sum of all the values present in its arguments.

Usage

1
add(a, b)

Arguments

a

A number.

b

A number.

Value

The sum of x and y.

Examples

1
2
3
4
5
6
add(1, 1)
add(10, 1)
## Not run: 
add("a")

## End(Not run)

ShinsakuOkazaki/starter documentation built on June 5, 2019, 11:02 a.m.