Skip to contents

Add n to a Number

Usage

add_n(x, n)

Arguments

x

number to which n should be added

n

number to add to x

Value

x+n

See also

Other helpers: ret_err(), ret_null(), sleep_for(), square(), timestwo()