mirror of
https://github.com/fluencelabs/aqua-book
synced 2025-04-24 23:22:13 +00:00
364 B
364 B
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.