mirror of
https://github.com/fluencelabs/aqua-book
synced 2024-12-04 15:20:19 +00:00
.. | ||
functions.md | ||
header.md | ||
overrideable-constants.md | ||
README.md | ||
services.md | ||
type-definitions.md |
Expressions
Aqua file consists of a header and a body.
Body expressions
func
Function definition is the most crucial part of the language, see Functions for details.
``
{% embed url="https://github.com/fluencelabs/aqua/tree/main/semantics/src/main/scala/aqua/semantics/expr" %} Expressions source code {% endembed %}