aqua/aqua-src/import.aqua

10 lines
110 B
Plaintext

module Import
use "export"
export foo_wrapper
func foo_wrapper() -> string:
z <- Export.foo()
<- z