mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 19:50:51 +00:00
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
module Import
|
|
|
|
use "export.aqua"
|
|
|
|
func foo_wrapper() -> string:
|
|
z <- Export.foo()
|
|
<- z
|