🌊
Aqua Book
FAQDeveloper DocsAqua BookUpdates
  • Introduction
  • Getting Started
    • Installation
    • Quick Start
  • Language
    • Types
    • Values
    • Topology
    • Execution flow
      • Sequential
      • Conditional
      • Parallel
      • Iterative
    • Abilities & Services
    • CRDT Streams
    • Closures
    • Imports And Exports
      • Control, Scope And Visibility
    • Expressions
      • Header
      • Functions
      • Services
      • Type definitions
      • Overrideable constants
  • Libraries
    • @fluencelabs/aqua-lib
    • @fluencelabs/aqua-ipfs
    • @fluencelabs/registry
  • Aqua CLI
    • Service Management
    • Scheduling Scripts
    • Plugins
    • Peer state info
  • Changelog
Powered by GitBook
On this page
  • Body expressions

Was this helpful?

  1. Language

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.

Logoaqua/semantics/src/main/scala/aqua/semantics/expr at main · fluencelabs/aquaGitHub
Expressions source code
PreviousControl, Scope And VisibilityNextHeader

Last updated 4 years ago

Was this helpful?