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