Description
Adds two specified integer values and returns the result.
Syntax
Add(Int1, Int2: Integer): Integer
Example
Add(1,4)
Return value is 5