12 lines
230 B
Plaintext
Raw Normal View History

2021-04-14 18:19:25 +03:00
import "on.aqua"
service ParAbb("parabb"):
call: -> string
2021-04-14 18:46:12 +03:00
func parFunc( node: string, c: ExternalAddresses -> () ):
y <- ParAbb.call()
par on node:
2021-04-14 18:19:25 +03:00
t <- Peer.identify
2021-04-14 18:46:12 +03:00
c(t)
par x <- ParAbb.call()