This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
aqua
Watch
1
Star
0
Fork
0
You've already forked aqua
mirror of
https://github.com/fluencelabs/aqua.git
synced
2025-03-15 19:50:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
aqua
/
aqua-src
/
import.aqua
10 lines
110 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use and export without `.aqua` extension, flag for a dry run, create output directories (#299)
2021-09-13 13:08:15 +03:00
module Import
Imports/exports fixes (#258) * Fix for export in headerless file * Ability arrow resolution bugfix * Trying to reproduce a bug * Allow dots in module declaration
2021-08-31 13:05:26 +03:00
Use and export without `.aqua` extension, flag for a dry run, create output directories (#299)
2021-09-13 13:08:15 +03:00
use "export"
Imports/exports fixes (#258) * Fix for export in headerless file * Ability arrow resolution bugfix * Trying to reproduce a bug * Allow dots in module declaration
2021-08-31 13:05:26 +03:00
Use and export without `.aqua` extension, flag for a dry run, create output directories (#299)
2021-09-13 13:08:15 +03:00
export foo_wrapper
func foo_wrapper() -> string:
z <- Export.foo()
<- z
Reference in New Issue
Copy Permalink