Function calls
A function call expression consists of a function name, followed by comma-separated arguments enclosed in parentheses.
<FUNCTION NAME> ( <EXPR> [ , ... ] )
A function call expression consists of a function name, followed by comma-separated arguments enclosed in parentheses.
<FUNCTION NAME> ( <EXPR> [ , ... ] )