adda: Add together two numbers.

View source: R/__roxygen_template.R

addaR Documentation

Add together two numbers.

Description

Add together two numbers.

Usage

adda(x, y)

Arguments

x

A number.

y

A number.

Value

The sum of x and y.

Examples

adda(1, 1)
adda(10, 1)

aquaflakes/fjComm documentation built on Aug. 1, 2024, 7:44 a.m.