mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-16 12:10:49 +00:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
|
service TestS("some-id"):
|
||
|
t: string -> string
|
||
|
|
||
|
func doStuff(c: bool):
|
||
|
if c:
|
||
|
TestS.t("fr")
|