mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-15 11:40:50 +00:00
16 lines
267 B
Plaintext
16 lines
267 B
Plaintext
service Console("run-console"):
|
||
print(any: ⊤)
|
||
get() -> string
|
||
zzz() -> string
|
||
|
||
data Azazaz:
|
||
s: string
|
||
|
||
func exec(peers: []string) -> []string:
|
||
on "":
|
||
closure = (s: Azazaz) -> Azazaz:
|
||
Console.get()
|
||
<- s
|
||
Console.zzz()
|
||
<- peers
|