Working with Functions

Function names are case-insensitive and should be immediately followed by parentheses, regardless of whether parameters are required.

Function parameters must be of the expected type and number. Parameters can be nested functions or string literals. If parameters are of incorrect type, an error is reported. In the case of too few parameters, a list index out of bounds error is reported. In the case of too many parameters, additional parameters are ignored.