2021-05-26 18:24:45 +03:00

7 lines
119 B
Plaintext

service TestSrv("test-service-id"):
str: -> string
func testFunc() -> string:
res <- TestSrv.str()
<- res