aqua/aqua-src/via.aqua

7 lines
167 B
Plaintext
Raw Normal View History

2021-11-04 19:22:57 +03:00
service MyOp("op"):
identity(s: string) -> string
func viaArr(viaAr: []string) -> string:
on "custom node" via viaAr:
p <- MyOp.identity("123")
<- p