aqua-book/language/expressions
2022-05-05 12:51:16 +00:00
..
functions.md GitBook: [#129] Registry: Resources API 2022-04-26 06:53:56 +00:00
header.md GitBook: [#129] Registry: Resources API 2022-04-26 06:53:56 +00:00
overrideable-constants.md GitBook: [#139] fixes 2022-05-05 12:51:16 +00:00
README.md GitBook: [#129] Registry: Resources API 2022-04-26 06:53:56 +00:00
services.md GitBook: [#129] Registry: Resources API 2022-04-26 06:53:56 +00:00
type-definitions.md GitBook: [#129] Registry: Resources API 2022-04-26 06:53:56 +00:00

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 %}