myadd: An Integer Addition Function

Description Usage Arguments Examples

View source: R/myadd.r

Description

This function allows you to add two numbers.

Usage

1
myadd(a, b = 0)

Arguments

a

the first number

b

the second number, default to 0

Examples

1
myadd(2,3)

tritritri/trir documentation built on Nov. 26, 2020, 8:19 p.m.