Description

Add two numbers

Syntax

add(first, second)

Parameters

Input ParameterTypeDescription
firstnumberFirst number to be added
secondnumberSecond number to be added

Return value

Type
number

Sample

ExampleResultDescription
add(5,6)
11
Returns the sum

To view all the Math and Number functions, click here.