Description Usage Arguments Value Examples
This function adds the number 1 to any number. This function works with negative as well as positive values. The edge cases work for this function.
1 | plus_one(x)
|
x |
The parameter x accepted by this function is an integer or numeric data type argument. |
The function returns an integer value. The returned value is the number incremented by 1.
1 | plus_one(2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.