mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-16 04:00:50 +00:00
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
aqua Job declares *
|
|
|
|
import someString from "hack"
|
|
use timeout, someString from "hack.aqua" as P
|
|
|
|
export timeout
|
|
|
|
func timeout() -> string:
|
|
res <- P.timeout()
|
|
b = someString()
|
|
a = P.someString()
|
|
<- res |