# Function calls

A function call expression consists of a function name, followed by comma-separated arguments enclosed in parentheses.

<FUNCTION NAME> ( <EXPR> \[ , ... \] )

[Value operations](../value-operations/index.md) [Built-in functions](../builtin-functions/index.md)

[Edit on GitHub](https://github.com/typedb/typedb-docs/edit/3.x-development/typeql-reference/modules/ROOT/pages/expressions/function-calls.adoc) Edit this page on GitHub.