Syntax of a function
The following is an example of a function:
FUNCTION ( argument1, argument2, ... argumentn )
When you use a function, substitute the name of a specific function for FUNCTION and substitute a specific expression for each input argument. Each input argument is separated by a comma and the set of arguments is surrounded by parentheses.