aqua/aqua-src/via.aqua

7 lines
167 B
Plaintext
Raw Normal View History

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