🌊
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
  • Header expressions
  • import

Was this helpful?

  1. Language
  2. Expressions

Header

Header expressions

import

The import expression brings everything defined within the imported file into the scope.

import "path/to/file.aqua"

The to be imported file path is first resolved relative to the source file path followed by checking for an -imports directories.

See Imports & Exports for details.

PreviousExpressionsNextFunctions

Last updated 4 years ago

Was this helpful?