mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
module Import3 declares *
|
|
|
|
export foo_bar
|
|
|
|
use "export.aqua"
|
|
|
|
func foo_bar() -> string, string:
|
|
z <- FooBars.foo()
|
|
<- z, FooBars.DECLARE_CONST2 |