π
π
π
π
Aqua Book
FAQ
Developer Docs
Aqua Book
Updates
Searchβ¦
π
π
π
π
Aqua Book
Introduction
Getting Started
Language
Types
Values
Topology
Execution flow
Abilities & Services
CRDT Streams
Closures
Imports And Exports
Expressions
Header
Functions
Services
Type definitions
Overrideable constants
Libraries
Aqua CLI
Changelog
Powered By
GitBook
Header
Header expressions
import
The
import
expression brings everything defined within the imported file into the scope.
1
import
"path/to/file.aqua"
Copied!
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.
Previous
Expressions
Next
Functions
Last modified
11mo ago
Copy link
Contents
Header expressions
import